Searched refs:is16Bit (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITInlines.h88 JumpList is16Bit; local
90 is16Bit.append(branchTest32(Zero, regT1, TrustedImm32(StringImpl::flagIs8Bit())));
93 is16Bit.link(this);
H A DThunkGenerators.cpp436 SpecializedThunkJIT::JumpList is16Bit; local
441 is16Bit.append(jit.branchTest32(MacroAssembler::Zero, SpecializedThunkJIT::regT2, MacroAssembler::TrustedImm32(StringImpl::flagIs8Bit())));
444 is16Bit.link(&jit);
H A DJITPropertyAccess.cpp71 JumpList is16Bit; local
76 is16Bit.append(jit.branchTest32(Zero, regT2, TrustedImm32(StringImpl::flagIs8Bit())));
79 is16Bit.link(&jit);
H A DJITPropertyAccess32_64.cpp110 JumpList is16Bit; local
115 is16Bit.append(jit.branchTest32(Zero, regT1, TrustedImm32(StringImpl::flagIs8Bit())));
118 is16Bit.link(&jit);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.cpp2067 JITCompiler::Jump is16Bit = m_jit.branchTest32(MacroAssembler::Zero, MacroAssembler::Address(scratchReg, StringImpl::flagsOffset()), TrustedImm32(StringImpl::flagIs8Bit())); local
2072 is16Bit.link(&m_jit);
2101 JITCompiler::Jump is16Bit = m_jit.branchTest32(MacroAssembler::Zero, MacroAssembler::Address(scratchReg, StringImpl::flagsOffset()), TrustedImm32(StringImpl::flagIs8Bit())); local
2106 is16Bit.link(&m_jit);

Completed in 162 milliseconds