Home
last modified time | relevance | path

Searched refs:max_used_spill_offset_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h627 if (offset >= max_used_spill_offset_) max_used_spill_offset_ = offset; in RecordUsedSpillOffset()
1513 int GetTotalFrameSize() const { return max_used_spill_offset_; } in GetTotalFrameSize()
1560 int max_used_spill_offset_ = StaticStackFrameSize(); variable
H A Dliftoff-assembler.cc601 return (max_used_spill_offset_ + in GetTotalFrameSlotCountForGC()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h306 max_used_spill_offset_ += (frame_size - initial_frame_size); in AlignFrameSize()
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h208 max_used_spill_offset_ = RoundUp(max_used_spill_offset_, kSystemPointerSize); in AlignFrameSize()

Completed in 22 milliseconds