Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dprofiler-listener.cc48 rec->instruction_start = code->InstructionStart(); in CodeCreateEvent()
63 rec->instruction_start = code->InstructionStart(); in CodeCreateEvent()
79 rec->instruction_start = code->InstructionStart(); in CodeCreateEvent()
116 rec->instruction_start = abstract_code->InstructionStart(); in CodeCreateEvent()
287 rec->instruction_start = code->InstructionStart(); in RegExpCodeCreateEvent()
301 rec->from_instruction_start = from.InstructionStart(); in CodeMoveEvent()
302 rec->to_instruction_start = to.InstructionStart(); in CodeMoveEvent()
317 rec->instruction_start = code->InstructionStart(); in CodeDisableOptEvent()
328 rec->instruction_start = code->InstructionStart(); in CodeDeoptEvent()
Dcpu-profiler.cc416 rec->instruction_start = code.InstructionStart(); in LogBuiltins()
/third_party/node/deps/v8/src/logging/
Dlog.cc371 WriteLogRecordedBuffer(static_cast<uintptr_t>(code->InstructionStart()), in LogRecordedBuffer()
427 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
447 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
467 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
491 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
515 static_cast<uintptr_t>(code->InstructionStart()); in RegExpCodeCreateEvent()
531 static_cast<uintptr_t>(from.InstructionStart()); in CodeMoveEvent()
532 code_event.code_start_address = static_cast<uintptr_t>(to.InstructionStart()); in CodeMoveEvent()
652 event.code_address = code->InstructionStart(); in LogRecordedBuffer()
656 LogWriteBytes(reinterpret_cast<const char*>(code->InstructionStart()), in LogRecordedBuffer()
[all …]
/third_party/node/deps/v8/src/objects/
Dcode-inl.h99 Address AbstractCode::InstructionStart() { in InstructionStart() function
101 return GetCode().InstructionStart(); in InstructionStart()
395 Address Code::InstructionStart() const { in InstructionStart() function
415 Address Code::InstructionStart(Isolate* isolate, Address pc) const { in InstructionStart() function
428 Address instruction_start = InstructionStart(isolate, pc); in GetOffsetFromInstructionStart()
552 Address pc = baseline_pc - InstructionStart(); in GetBytecodeOffsetForBaselinePC()
1037 set_code_entry_point(isolate_for_sandbox, code.InstructionStart()); in SetCodeAndEntryPoint()
1044 set_code_entry_point(isolate_for_sandbox, code.InstructionStart()); in UpdateCodeEntryPoint()
1047 Address CodeDataContainer::InstructionStart() const { in InstructionStart() function
Dcode.h105 inline Address InstructionStart() const;
291 inline Address InstructionStart() const;
307 inline Address InstructionStart(Isolate* isolate, Address pc) const;
803 inline Address InstructionStart();
Djs-function-inl.h85 return code().InstructionStart(); in code_entry_point()
Dcode.cc277 Address code_start_address = InstructionStart(isolate, pc); in CanDeoptAt()
519 DisassembleCodeRange(isolate, os, *this, InstructionStart(), code_size, in Disassemble()
/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc242 uint8_t* code_pointer = reinterpret_cast<uint8_t*>(code->InstructionStart()); in LogRecordedBuffer()
366 debug_info.address_ = code->InstructionStart(); in LogWriteDebugInfo()
376 Address code_start = code->InstructionStart(); in LogWriteDebugInfo()
Dobjects-debug.cc1077 if (code().InstructionStart() == code_entry_point()) { in CodeDataContainerVerify()
1093 CHECK_EQ(code().InstructionStart(), code_entry_point()); in CodeDataContainerVerify()
1096 CHECK_EQ(code().InstructionStart(), code_entry_point()); in CodeDataContainerVerify()
1114 IsAligned(InstructionStart(), kCodeAlignment)); in CodeVerify()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc1211 static_cast<intptr_t>(dispatch_builtin.InstructionStart()); in DoComputeUnoptimizedFrame()
1244 static_cast<intptr_t>(continuation.InstructionStart())); in DoComputeUnoptimizedFrame()
1439 Address start = construct_stub.InstructionStart(); in DoComputeConstructStubFrame()
1480 static_cast<intptr_t>(continuation.InstructionStart())); in DoComputeConstructStubFrame()
1910 static_cast<intptr_t>(continue_to_builtin.InstructionStart()), in DoComputeBuiltinContinuation()
1915 static_cast<intptr_t>(continue_to_builtin.InstructionStart())); in DoComputeBuiltinContinuation()
1920 static_cast<intptr_t>(continuation.InstructionStart())); in DoComputeBuiltinContinuation()
2003 CHECK(code.InstructionStart() <= pc && pc <= code.InstructionEnd()); in GetDeoptInfo()
/third_party/node/deps/v8/src/codegen/
Dcode-reference.cc24 Address instruction_start() const { return code->InstructionStart(); } in instruction_start()
Dsafepoint-table.cc24 : SafepointTable(code.InstructionStart(isolate, pc), in SafepointTable()
Dreloc-info.cc517 CHECK(target >= code.InstructionStart(isolate, pc)); in Verify()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter.cc130 dispatch_table_[index] = handler.InstructionStart(); in SetBytecodeHandler()
352 interpreter_entry_trampoline_instruction_start_ = code->InstructionStart(); in Initialize()
/third_party/node/deps/v8/src/execution/
Dexecution.cc418 JSEntryFunction::FromAddress(isolate, code->InstructionStart()); in Invoke()
438 JSEntryFunction::FromAddress(isolate, code->InstructionStart()); in Invoke()
618 WasmEntryStub::FromAddress(isolate, wrapper_code->InstructionStart()); in CallWasm()
Disolate.cc1943 return FoundHandler(Context(), code.InstructionStart(this, frame->pc()), in ThrowInternal()
1955 Address instruction_start = code.InstructionStart(this, frame->pc()); in ThrowInternal()
2030 return FoundHandler(Context(), code.InstructionStart(this, frame->pc()), in ThrowInternal()
2058 return FoundHandler(Context(), code.InstructionStart(this, frame->pc()), in ThrowInternal()
2099 Context(), code.InstructionStart(this, sp_frame->sp()), pc_offset, in ThrowInternal()
2115 return FoundHandler(context, code.InstructionStart(), 0, in ThrowInternal()
2139 return FoundHandler(Context(), code.InstructionStart(), 0, in ThrowInternal()
Dframes.cc568 DCHECK_GE(pc(), result.InstructionStart(isolate(), pc())); in LookupCode()
583 Address pc = holder.InstructionStart(isolate_, old_pc) + pc_offset; in IteratePc()
/third_party/node/deps/v8/src/debug/
Ddebug.cc1418 ->InstructionStart(); in VisitThread()
1438 isolate->builtins()->code(advance).InstructionStart(); in VisitThread()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc4418 if ((Address)get_pc() == code.InstructionStart()) { in DecodeRVIType()
/third_party/node/deps/v8/src/api/
Dapi.cc9350 reinterpret_cast<const void*>(js_entry.InstructionStart()); in GetJSEntryStubs()