Searched defs:hasCodeBlock4 (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITOpcodes.cpp125 Jump hasCodeBlock4 = branch32(GreaterThanOrEqual, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParametersForConstruct)), TrustedImm32(0)); local
133 hasCodeBlock4.link(this);
H A DJITOpcodes32_64.cpp126 Jump hasCodeBlock4 = branch32(GreaterThanOrEqual, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParametersForConstruct)), TrustedImm32(0)); local
134 hasCodeBlock4.link(this);

Completed in 74 milliseconds