HomeSort by relevance Sort by last modified time
    Searched refs:executableAddress (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/JavaScriptCore/jit/
JITCode.h 56 return !m_ref.m_code.executableAddress();
69 intptr_t result = reinterpret_cast<intptr_t>(pointerIntoCode) - reinterpret_cast<intptr_t>(m_ref.m_code.executableAddress());
77 JSValue result = JSValue::decode(ctiTrampoline(m_ref.m_code.executableAddress(), registerFile, callFrame, 0, Profiler::enabledProfilerReference(), globalData));
88 ASSERT(m_ref.m_code.executableAddress());
JITPropertyAccess.cpp     [all...]
JITPropertyAccess32_64.cpp     [all...]
JITStubs.cpp 488 "move $25,$4 # move executableAddress to t9" "\n"
    [all...]
JIT.cpp 564 patchBuffer.patch(iter->storeLocation, patchBuffer.locationOf(iter->target).executableAddress());
JITInlineMethods.h 108 m_calls.append(CallRecord(nakedCall, m_bytecodeOffset, function.executableAddress()));
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.h 68 return reinterpret_cast<YarrJITCode>(m_ref.m_code.executableAddress())(input, start, length, output);
72 void *getAddr() { return m_ref.m_code.executableAddress(); }
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerCodeRef.h 114 void* executableAddress() const { return m_value; }
179 void* executableAddress() const { return m_value; }
MacroAssemblerSH4.cpp 72 SH4Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
77 SH4Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
MacroAssemblerX86.h 183 X86Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
188 X86Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
MacroAssemblerX86_64.h 470 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
475 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
AbstractMacroAssembler.h 557 AssemblerType::relinkCall(nearCall.dataLocation(), destination.executableAddress());
LinkBuffer.h 121 MacroAssembler::linkPointer(code(), target, value.executableAddress());
MacroAssemblerARM.h     [all...]
MacroAssemblerARMv7.h     [all...]
MacroAssemblerMIPS.h     [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 183 return structureStubInfo->callReturnLocation.executableAddress();
188 return callLinkInfo->callReturnLocation.executableAddress();
193 return methodCallLinkInfo->callReturnLocation.executableAddress();
  /external/webkit/Source/JavaScriptCore/dfg/
DFGOperations.cpp 223 void* catchRoutine = handler ? handler->nativeCode.executableAddress() : (void*)ctiOpThrowNotCaught;

Completed in 134 milliseconds