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

  /external/webkit/JavaScriptCore/jit/
JITCode.h 58 return !m_ref.m_code.executableAddress();
71 intptr_t result = reinterpret_cast<intptr_t>(pointerIntoCode) - reinterpret_cast<intptr_t>(m_ref.m_code.executableAddress());
79 return JSValue::decode(ctiTrampoline(m_ref.m_code.executableAddress(), registerFile, callFrame, exception, Profiler::enabledProfilerReference(), globalData));
89 ASSERT(m_ref.m_code.executableAddress());
JITStubs.cpp     [all...]
JIT.cpp 534 patchBuffer.patch(iter->storeLocation, patchBuffer.locationOf(iter->target).executableAddress());
JITInlineMethods.h 110 m_calls.append(CallRecord(nakedCall, m_bytecodeIndex, function.executableAddress()));
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.h 71 bool operator!() { return !m_ref.m_code.executableAddress(); }
76 return reinterpret_cast<RegexJITCode>(m_ref.m_code.executableAddress())(input, start, length, output);
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerCodeRef.h 84 void* executableAddress() const { return m_value; }
149 void* executableAddress() const { return m_value; }
MacroAssemblerX86.h 191 X86Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
196 X86Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
LinkBuffer.h 106 MacroAssembler::linkPointer(code(), label.m_label, value.executableAddress());
MacroAssemblerX86_64.h 439 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
444 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
AbstractMacroAssembler.h 512 AssemblerType::relinkCall(nearCall.dataLocation(), destination.executableAddress());
MacroAssemblerARM.h 918 ARMAssembler::relinkCall(call.dataLocation(), destination.executableAddress());
923 ARMAssembler::relinkCall(call.dataLocation(), destination.executableAddress());
MacroAssemblerARMv7.h     [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 196 return structureStubInfo->callReturnLocation.executableAddress();
201 return callLinkInfo->callReturnLocation.executableAddress();
206 return methodCallLinkInfo->callReturnLocation.executableAddress();

Completed in 57 milliseconds