| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-regalloc.h | 28 int stack_slots() const { return top_of_stack_; } in stack_slots() function in v8::internal::maglev::StraightForwardRegisterAllocator
|
| H A D | maglev-graph.h | 44 uint32_t stack_slots() const { return stack_slots_; } in stack_slots() function in v8::internal::maglev::final 45 void set_stack_slots(uint32_t stack_slots) { in set_stack_slots() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | factory.h | 970 CodeBuilder& set_stack_slots(int stack_slots) { in set_stack_slots() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-code-manager.h | 285 int stack_slots() const { return stack_slots_; } in stack_slots() function in v8::internal::wasm::final 388 WasmCode(NativeModule* native_module, int index, base::Vector<byte> instructions, int stack_slots, uint32_t tagged_parameter_slots, int safepoint_table_offset, int handler_table_offset, int constant_pool_offset, int code_comments_offset, int unpadded_binary_size, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> reloc_info, base::Vector<const byte> source_position_table, Kind kind, ExecutionTier tier, ForDebugging for_debugging) WasmCode() argument
|
| H A D | wasm-code-manager.cc | 1084 const int stack_slots = code->stack_slots(); in AddCodeForTesting() local 1190 AddCode( int index, const CodeDesc& desc, int stack_slots, uint32_t tagged_parameter_slots, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> source_position_table, WasmCode::Kind kind, ExecutionTier tier, ForDebugging for_debugging) AddCode() argument 1210 AddCodeWithCodeSpace( int index, const CodeDesc& desc, int stack_slots, uint32_t tagged_parameter_slots, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> source_position_table, WasmCode::Kind kind, ExecutionTier tier, ForDebugging for_debugging, base::Vector<uint8_t> dst_code_bytes, const JumpTablesRef& jump_tables) AddCodeWithCodeSpace() argument 1420 AddDeserializedCode( int index, base::Vector<byte> instructions, int stack_slots, uint32_t tagged_parameter_slots, int safepoint_table_offset, int handler_table_offset, int constant_pool_offset, int code_comments_offset, int unpadded_binary_size, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> reloc_info, base::Vector<const byte> source_position_table, WasmCode::Kind kind, ExecutionTier tier) AddDeserializedCode() argument [all...] |
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | deoptimizer.cc | 1988 unsigned stack_slots = compiled_code_.stack_slots(); in ComputeInputFrameSize() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | code-inl.h | 607 void Code::initialize_flags(CodeKind kind, bool is_turbofanned, int stack_slots, in initialize_flags() argument 736 int Code::stack_slots() const { in stack_slots() function in v8::internal::Code
|
| /third_party/node/deps/v8/src/wasm/baseline/ |
| H A D | liftoff-assembler.cc | 935 PrepareStackTransfers(const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor, const VarState* slots, LiftoffStackSlots* stack_slots, StackTransferRecipe* stack_transfers, LiftoffRegList* param_regs) PrepareStackTransfers() argument
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.cc | 1036 uint32_t stack_slots = 0; in IterateCompiledFrame() local
|