Searched defs:stack_slots (Results 1 – 9 of 9) sorted by relevance
| /third_party/node/deps/v8/src/maglev/ |
| D | maglev-graph.h | 44 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()
|
| D | maglev-regalloc.h | 28 int stack_slots() const { return top_of_stack_; } in stack_slots() function
|
| /third_party/node/deps/v8/src/wasm/ |
| D | wasm-code-manager.h | 285 int stack_slots() const { return stack_slots_; } in stack_slots() function 389 base::Vector<byte> instructions, int stack_slots, in WasmCode()
|
| D | wasm-code-manager.cc | 1084 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/ |
| D | liftoff-assembler.cc | 938 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/ |
| D | factory.h | 970 CodeBuilder& set_stack_slots(int stack_slots) { in set_stack_slots()
|
| /third_party/node/deps/v8/src/objects/ |
| D | code-inl.h | 607 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/ |
| D | deoptimizer.cc | 1988 unsigned stack_slots = compiled_code_.stack_slots(); in ComputeInputFrameSize() local
|
| /third_party/node/deps/v8/src/execution/ |
| D | frames.cc | 1036 uint32_t stack_slots = 0; in IterateCompiledFrame() local
|