Searched refs:ClosureVarWithVarInjectionChecks (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSScope.h51 ClosureVarWithVarInjectionChecks, enumerator in enum:JSC::ResolveType
71 return ClosureVarWithVarInjectionChecks;
74 case ClosureVarWithVarInjectionChecks:
92 case ClosureVarWithVarInjectionChecks:
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntData.cpp151 ASSERT(ClosureVarWithVarInjectionChecks == 5);
H A DLowLevelInterpreter32_64.asm2297 bineq t0, ClosureVarWithVarInjectionChecks, .rDynamic
2380 bineq t0, ClosureVarWithVarInjectionChecks, .gDynamic
2458 bineq t0, ClosureVarWithVarInjectionChecks, .pDynamic
H A DLowLevelInterpreter64.asm2173 bineq t0, ClosureVarWithVarInjectionChecks, .rDynamic
2252 bineq t0, ClosureVarWithVarInjectionChecks, .gDynamic
2328 bineq t0, ClosureVarWithVarInjectionChecks, .pDynamic
H A DLowLevelInterpreter.asm185 const ClosureVarWithVarInjectionChecks = 5
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITPropertyAccess32_64.cpp704 case ClosureVarWithVarInjectionChecks:
774 case ClosureVarWithVarInjectionChecks:
865 case ClosureVarWithVarInjectionChecks:
H A DJITPropertyAccess.cpp671 case ClosureVarWithVarInjectionChecks:
740 case ClosureVarWithVarInjectionChecks:
824 case ClosureVarWithVarInjectionChecks:
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp3037 case ClosureVarWithVarInjectionChecks: {
3113 case ClosureVarWithVarInjectionChecks: {
3191 case ClosureVarWithVarInjectionChecks: {
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.cpp1764 else if (op.type == ClosureVar || op.type == ClosureVarWithVarInjectionChecks) {

Completed in 210 milliseconds