Home
last modified time | relevance | path

Searched refs:InstructionStart (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/profiler/
Dprofiler-listener.cc38 rec->instruction_start = code->InstructionStart(); in CodeCreateEvent()
51 rec->instruction_start = code->InstructionStart(); in CodeCreateEvent()
65 rec->instruction_start = code->InstructionStart(); in CodeCreateEvent()
98 rec->instruction_start = abstract_code->InstructionStart(); in CodeCreateEvent()
243 rec->instruction_start = code->InstructionStart(); in RegExpCodeCreateEvent()
256 rec->from_instruction_start = from.InstructionStart(); in CodeMoveEvent()
257 rec->to_instruction_start = to.InstructionStart(); in CodeMoveEvent()
265 rec->instruction_start = code->InstructionStart(); in CodeDisableOptEvent()
278 rec->instruction_start = code->InstructionStart(); in CodeDeoptEvent()
Dcpu-profiler.cc376 rec->instruction_start = code.InstructionStart(); in LogBuiltins()
/external/v8/src/logging/
Dlog.cc339 WriteLogRecordedBuffer(static_cast<uintptr_t>(code->InstructionStart()), in LogRecordedBuffer()
393 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
413 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
433 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
457 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
479 static_cast<uintptr_t>(code->InstructionStart()); in RegExpCodeCreateEvent()
495 static_cast<uintptr_t>(from.InstructionStart()); in CodeMoveEvent()
496 code_event.code_start_address = static_cast<uintptr_t>(to.InstructionStart()); in CodeMoveEvent()
610 event.code_address = code->InstructionStart(); in LogRecordedBuffer()
614 LogWriteBytes(reinterpret_cast<const char*>(code->InstructionStart()), in LogRecordedBuffer()
[all …]
/external/v8/src/diagnostics/
Dperf-jit.cc234 uint8_t* code_pointer = reinterpret_cast<uint8_t*>(code->InstructionStart()); in LogRecordedBuffer()
351 debug_info.address_ = code->InstructionStart(); in LogWriteDebugInfo()
370 Address code_start = code->InstructionStart(); in LogWriteDebugInfo()
Dobjects-debug.cc958 IsAligned(InstructionStart(), kCodeAlignment)); in CodeVerify()
Dgdb-jit.cc916 return static_cast<uintptr_t>(code_.InstructionStart()); in CodeStart()
/external/v8/src/codegen/
Dcode-reference.cc21 Address instruction_start() const { return code->InstructionStart(); } in instruction_start()
Dsafepoint-table.cc19 : SafepointTable(code.InstructionStart(), code.SafepointTableAddress(), in SafepointTable()
Dreloc-info.cc518 CHECK(target >= code.InstructionStart()); in Verify()
/external/v8/src/execution/
Dexecution.cc361 JSEntryFunction::FromAddress(isolate, code->InstructionStart()); in Invoke()
380 JSEntryFunction::FromAddress(isolate, code->InstructionStart()); in Invoke()
526 WasmEntryStub::FromAddress(isolate, wrapper_code->InstructionStart()); in CallWasm()
Dframes.cc504 DCHECK_GE(pc(), result.InstructionStart()); in LookupCode()
515 static_cast<unsigned>(old_pc - holder.InstructionStart()); in IteratePc()
520 Address pc = holder.InstructionStart() + pc_offset; in IteratePc()
876 int code_offset = static_cast<int>(pc() - code.InstructionStart()); in position()
1076 int pc_offset = static_cast<int>(pc() - code.InstructionStart()); in LookupExceptionHandlerInTable()
1144 int offset = static_cast<int>(pc() - code.InstructionStart()); in Summarize()
1231 code_offset = static_cast<int>(frame->pc() - code.InstructionStart()); in PrintTop()
1601 int pc_offset = static_cast<int>(pc() - code.InstructionStart()); in LookupExceptionHandlerInTable()
Disolate.cc754 static_cast<int>(exit_frame->pc() - code->InstructionStart()); in AppendBuiltinExitFrame()
1741 return FoundHandler(Context(), code.InstructionStart(), in ThrowInternal()
1752 Address instruction_start = code.InstructionStart(); in ThrowInternal()
1830 return FoundHandler(Context(), code.InstructionStart(), offset, in ThrowInternal()
1857 return FoundHandler(Context(), code.InstructionStart(), offset, in ThrowInternal()
1890 return FoundHandler(context, code.InstructionStart(), 0, in ThrowInternal()
1912 return FoundHandler(Context(), code.InstructionStart(), 0, in ThrowInternal()
/external/v8/src/interpreter/
Dinterpreter.cc113 dispatch_table_[index] = handler.InstructionStart(); in SetBytecodeHandler()
326 interpreter_entry_trampoline_instruction_start_ = code->InstructionStart(); in Initialize()
/external/v8/src/objects/
Dcode-inl.h82 Address AbstractCode::InstructionStart() { in InstructionStart() function
84 return GetCode().InstructionStart(); in InstructionStart()
242 Address Code::InstructionStart() const { in InstructionStart() function
Dcode.h144 inline Address InstructionStart() const;
549 inline Address InstructionStart();
Dcode.cc231 Address code_start_address = InstructionStart(); in CanDeoptAt()
708 DisassembleCodeRange(isolate, os, *this, InstructionStart(), code_size, in Disassemble()
766 os << reinterpret_cast<const void*>(InstructionStart() + pc_offset) in Disassemble()
/external/v8/src/deoptimizer/
Ddeoptimizer.cc1214 static_cast<intptr_t>(dispatch_builtin.InstructionStart()), in DoComputeInterpretedFrame()
1219 static_cast<intptr_t>(dispatch_builtin.InstructionStart())); in DoComputeInterpretedFrame()
1244 static_cast<intptr_t>(continuation.InstructionStart())); in DoComputeInterpretedFrame()
1400 adaptor_trampoline.InstructionStart() + in DoComputeArgumentsAdaptorFrame()
1535 Address start = construct_stub.InstructionStart(); in DoComputeConstructStubFrame()
1577 static_cast<intptr_t>(continuation.InstructionStart())); in DoComputeConstructStubFrame()
1946 static_cast<intptr_t>(continue_to_builtin.InstructionStart()), in DoComputeBuiltinContinuation()
1951 static_cast<intptr_t>(continue_to_builtin.InstructionStart())); in DoComputeBuiltinContinuation()
1957 static_cast<intptr_t>(continuation.InstructionStart())); in DoComputeBuiltinContinuation()
2466 CHECK(code.InstructionStart() <= pc && pc <= code.InstructionEnd()); in GetDeoptInfo()
/external/v8/src/ic/
Dic.cc140 static_cast<int>(frame->pc() - function.code().InstructionStart()); in TraceIC()
/external/v8/src/api/
Dapi.cc9035 reinterpret_cast<const void*>(js_entry.InstructionStart()); in GetJSEntryStubs()