Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dsafepoint-table.h38 trampoline_pc_(trampoline_pc) { in SafepointEntry()
48 trampoline_pc_ == other.trampoline_pc_;
58 int trampoline_pc() const { return trampoline_pc_; } in trampoline_pc()
85 int trampoline_pc_ = kNoTrampolinePC; variable