Home
last modified time | relevance | path

Searched defs:stack_height (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-debug.h77 Entry(int pc_offset, int stack_height, std::vector<Value> changed_values) in Entry()
88 int stack_height() const { return stack_height_; } in stack_height() function
Dwasm-debug.cc140 int stack_height = scope.debug_side_table_entry->stack_height(); in GetStackDepth() local
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimized-frame-info.cc60 const int stack_height = frame_it->height(); // Accumulator *not* included. in DeoptimizedFrameInfo() local
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.h439 uint32_t stack_height() const { in stack_height() function
Dliftoff-assembler.cc784 uint32_t stack_height = cache_state_.stack_height(); in MergeStackWith() local
Dliftoff-compiler.cc184 explicit EntryBuilder(int pc_offset, int stack_height, in EntryBuilder()