Searched refs:CLoop (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntCLoop.cpp36 void CLoop::initialize()
H A DLLIntCLoop.h39 class CLoop { class in namespace:JSC::LLInt
47 using JSC::LLInt::CLoop;
H A DLLIntThunks.cpp98 JSValue result = CLoop::execute(llint_call_to_javascript, executableAddress, vm, protoCallFrame);
104 JSValue result = CLoop::execute(llint_call_to_native_function, executableAddress, vm, protoCallFrame);
H A DLLIntData.cpp51 CLoop::initialize();
H A DLowLevelInterpreter.cpp54 // bytecodes, and the CLoop will provide bytecode handlers for them.
56 // In the CLoop, we can only dispatch indirectly to these bytecodes
74 // When using a switch statement dispatch in the CLoop, each "opcode" is
78 // When using a computed goto dispatch in the CLoop, each opcode is a label:
258 JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, ProtoCallFrame* protoCallFrame, bool isInitializationPass)
303 // The CLoop llint backend is initially based on the ARMv7 backend, and
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSCJSValue.h60 class CLoop;
141 friend class LLInt::CLoop;

Completed in 72 milliseconds