Home
last modified time | relevance | path

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

/external/v8/src/codegen/
Dcode-reference.cc21 Address instruction_start() const { return code->InstructionStart(); } in instruction_start() function
35 Address instruction_start() const { in instruction_start() function
58 Address instruction_start() const { in instruction_start() function
Dsafepoint-table.cc27 SafepointTable::SafepointTable(Address instruction_start, in SafepointTable()
/external/v8/src/profiler/
Dsymbolizer.cc119 Address instruction_start = kNullAddress; in SymbolizeTickSample() local
/external/v8/src/wasm/
Dwasm-code-manager.h141 Address instruction_start() const { in instruction_start() function
/external/v8/src/execution/
Disolate.cc1697 Address handler_fp) { in ThrowInternal()
1752 Address instruction_start = code.InstructionStart(); in ThrowInternal() local
3310 Address instruction_start = d.InstructionStartOfBuiltin(i); in ThrowInternal() local
Dframes.cc1810 Address instruction_start = isolate() in Print() local
/external/v8/src/compiler/backend/
Dinstruction-selector.cc1149 auto FinishEmittedInstructions = [&](Node* node, int instruction_start) { in VisitBlock()
1294 int instruction_start = static_cast<int>(instructions_.size()); in VisitControl() local