/third_party/node/deps/v8/src/profiler/ |
D | profiler-listener.cc | 48 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()
|
D | cpu-profiler.cc | 416 rec->instruction_start = code.InstructionStart(); in LogBuiltins()
|
/third_party/node/deps/v8/src/logging/ |
D | log.cc | 371 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/ |
D | code-inl.h | 99 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
|
D | code.h | 105 inline Address InstructionStart() const; 291 inline Address InstructionStart() const; 307 inline Address InstructionStart(Isolate* isolate, Address pc) const; 803 inline Address InstructionStart();
|
D | js-function-inl.h | 85 return code().InstructionStart(); in code_entry_point()
|
D | code.cc | 277 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/ |
D | perf-jit.cc | 242 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()
|
D | objects-debug.cc | 1077 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/ |
D | deoptimizer.cc | 1211 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/ |
D | code-reference.cc | 24 Address instruction_start() const { return code->InstructionStart(); } in instruction_start()
|
D | safepoint-table.cc | 24 : SafepointTable(code.InstructionStart(isolate, pc), in SafepointTable()
|
D | reloc-info.cc | 517 CHECK(target >= code.InstructionStart(isolate, pc)); in Verify()
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter.cc | 130 dispatch_table_[index] = handler.InstructionStart(); in SetBytecodeHandler() 352 interpreter_entry_trampoline_instruction_start_ = code->InstructionStart(); in Initialize()
|
/third_party/node/deps/v8/src/execution/ |
D | execution.cc | 418 JSEntryFunction::FromAddress(isolate, code->InstructionStart()); in Invoke() 438 JSEntryFunction::FromAddress(isolate, code->InstructionStart()); in Invoke() 618 WasmEntryStub::FromAddress(isolate, wrapper_code->InstructionStart()); in CallWasm()
|
D | isolate.cc | 1943 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()
|
D | frames.cc | 568 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/ |
D | debug.cc | 1418 ->InstructionStart(); in VisitThread() 1438 isolate->builtins()->code(advance).InstructionStart(); in VisitThread()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.cc | 4418 if ((Address)get_pc() == code.InstructionStart()) { in DecodeRVIType()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 9350 reinterpret_cast<const void*>(js_entry.InstructionStart()); in GetJSEntryStubs()
|