Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-graph.h44 uint32_t stack_slots() const { return stack_slots_; } in stack_slots() function
45 void set_stack_slots(uint32_t stack_slots) { in set_stack_slots()
Dmaglev-regalloc.h28 int stack_slots() const { return top_of_stack_; } in stack_slots() function
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h285 int stack_slots() const { return stack_slots_; } in stack_slots() function
389 base::Vector<byte> instructions, int stack_slots, in WasmCode()
Dwasm-code-manager.cc1084 const int stack_slots = code->stack_slots(); in AddCodeForTesting() local
1191 int index, const CodeDesc& desc, int stack_slots, in AddCode()
1211 int index, const CodeDesc& desc, int stack_slots, in AddCodeWithCodeSpace()
1421 int index, base::Vector<byte> instructions, int stack_slots, in AddDeserializedCode()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.cc938 LiftoffStackSlots* stack_slots, in PrepareStackTransfers()
989 LiftoffStackSlots stack_slots(this); in PrepareBuiltinCall() local
1026 LiftoffStackSlots stack_slots(this); in PrepareCall() local
/third_party/node/deps/v8/src/heap/
Dfactory.h970 CodeBuilder& set_stack_slots(int stack_slots) { in set_stack_slots()
/third_party/node/deps/v8/src/objects/
Dcode-inl.h607 void Code::initialize_flags(CodeKind kind, bool is_turbofanned, int stack_slots, in initialize_flags()
736 int Code::stack_slots() const { in stack_slots() function
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc1988 unsigned stack_slots = compiled_code_.stack_slots(); in ComputeInputFrameSize() local
/third_party/node/deps/v8/src/execution/
Dframes.cc1036 uint32_t stack_slots = 0; in IterateCompiledFrame() local