Home
last modified time | relevance | path

Searched defs:instruction_start (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-reference.cc24 Address instruction_start() const { return code->InstructionStart(); } in instruction_start() function
39 Address instruction_start() const { in instruction_start() function
63 Address instruction_start() const { in instruction_start() function
Dsafepoint-table.cc34 SafepointTable::SafepointTable(Address instruction_start, in SafepointTable()
/third_party/node/deps/v8/src/profiler/
Dsymbolizer.cc117 Address instruction_start = kNullAddress; in SymbolizeTickSample() local
Dprofile-generator.h129 Address instruction_start() const { return instruction_start_; } in instruction_start() function
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h258 Address instruction_start() const { in instruction_start() function
/third_party/node/deps/v8/src/execution/
Disolate.cc1888 Address handler_fp, int num_frames_above_handler) { in ThrowInternal()
1955 Address instruction_start = code.InstructionStart(this, frame->pc()); in ThrowInternal() local
3669 Address instruction_start = d.InstructionStartOfBuiltin(builtin); in ThrowInternal() local
Dframes.cc2058 Address instruction_start = wasm_code()->instruction_start(); in Print() local
/third_party/node/deps/v8/src/objects/
Dcode-inl.h428 Address instruction_start = InstructionStart(isolate, pc); in GetOffsetFromInstructionStart() local
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc1201 auto FinishEmittedInstructions = [&](Node* node, int instruction_start) { in VisitBlock()
1346 int instruction_start = static_cast<int>(instructions_.size()); in VisitControl() local