Searched refs:CodeRef (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLJITCode.h54 void initializeExitThunks(CodeRef);
57 void initializeArityCheckEntrypoint(CodeRef);
77 CodeRef m_arityCheckEntrypoint;
78 CodeRef m_exitThunks;
H A DFTLJITCode.cpp42 void JITCode::initializeExitThunks(CodeRef exitThunks)
57 void JITCode::initializeArityCheckEntrypoint(CodeRef entrypoint)
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITCode.h54 typedef MacroAssemblerCodeRef CodeRef; typedef in class:JSC::JITCode
200 JITCodeWithCodeRef(CodeRef, JITType);
212 CodeRef m_ref;
218 DirectJITCode(CodeRef, CodePtr withArityCheck, JITType);
221 void initializeCodeRef(CodeRef, CodePtr withArityCheck);
227 CodeRef withoutArityCheck;
228 CodeRef withArityCheck;
241 NativeJITCode(CodeRef, JITType);
244 void initializeCodeRef(CodeRef);
H A DJITCode.cpp80 JITCodeWithCodeRef::JITCodeWithCodeRef(CodeRef ref, JITType jitType)
128 DirectJITCode::DirectJITCode(JITCode::CodeRef ref, JITCode::CodePtr withArityCheck, JITType jitType)
138 void DirectJITCode::initializeCodeRef(JITCode::CodeRef ref, JITCode::CodePtr withArityCheck)
199 NativeJITCode::NativeJITCode(CodeRef ref, JITType jitType)
208 void NativeJITCode::initializeCodeRef(CodeRef ref)
H A DJIT.h230 static CodeRef compileCTINativeCall(VM* vm, NativeFunction func)
233 return CodeRef::createLLIntCodeRef(llint_native_call_trampoline);
256 CodeRef privateCompileCTINativeCall(VM*, NativeFunction);
821 static CodeRef stringGetByValStubGenerator(VM*);
H A DJIT.cpp680 CodeRef result = patchBuffer.finalizeCodeWithoutDisassembly();
H A DJITPropertyAccess32_64.cpp82 JIT::CodeRef JIT::stringGetByValStubGenerator(VM* vm)
H A DJITOpcodes.cpp48 JIT::CodeRef JIT::privateCompileCTINativeCall(VM* vm, NativeFunction)
H A DJITOpcodes32_64.cpp48 JIT::CodeRef JIT::privateCompileCTINativeCall(VM* vm, NativeFunction func)
H A DJITPropertyAccess.cpp50 JIT::CodeRef JIT::stringGetByValStubGenerator(VM* vm)
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DLinkBuffer.cpp47 LinkBuffer::CodeRef LinkBuffer::finalizeCodeWithoutDisassembly()
53 return CodeRef(m_executableMemory);
55 return CodeRef::createSelfManagedCodeRef(MacroAssemblerCodePtr(m_code));
58 LinkBuffer::CodeRef LinkBuffer::finalizeCodeWithDisassembly(const char* format, ...)
60 CodeRef result = finalizeCodeWithoutDisassembly();
H A DLinkBuffer.h66 typedef MacroAssemblerCodeRef CodeRef; typedef in class:JSC::LinkBuffer
239 JS_EXPORT_PRIVATE CodeRef finalizeCodeWithoutDisassembly();
240 JS_EXPORT_PRIVATE CodeRef finalizeCodeWithDisassembly(const char* format, ...) WTF_ATTRIBUTE_PRINTF(2, 3);
327 // CodeRef code = FINALIZE_CODE(linkBuffer, ("my super thingy number %d", number));
H A DAbstractMacroAssembler.h98 typedef MacroAssemblerCodeRef CodeRef; typedef in class:JSC::AbstractMacroAssembler

Completed in 127 milliseconds