Lines Matching refs:state
44 explicit Name##Assembler(compiler::CodeAssemblerState* state, \
46 : BaseAssembler(state, bytecode, scale) {} \
49 static void Generate(compiler::CodeAssemblerState* state, \
55 void Name##Assembler::Generate(compiler::CodeAssemblerState* state, \
57 Name##Assembler assembler(state, Bytecode::k##Name, scale); \
58 state->SetInitialDebugInformation(#Name, __FILE__, __LINE__); \
173 InterpreterLoadGlobalAssembler(CodeAssemblerState* state, Bytecode bytecode,
175 : InterpreterAssembler(state, bytecode, operand_scale) {}
181 AccessorAssembler accessor_asm(state());
245 // don't need to keep unnecessary state alive across the callstub.
354 InterpreterLookupContextSlotAssembler(CodeAssemblerState* state,
357 : InterpreterAssembler(state, bytecode, operand_scale) {}
407 InterpreterLookupGlobalAssembler(CodeAssemblerState* state, Bytecode bytecode,
409 : InterpreterLoadGlobalAssembler(state, bytecode, operand_scale) {}
543 AccessorAssembler accessor_asm(state());
594 InterpreterSetNamedPropertyAssembler(CodeAssemblerState* state,
597 : InterpreterAssembler(state, bytecode, operand_scale) {}
613 // don't need to keep unnecessary state alive across the callstub.
668 // don't need to keep unnecessary state alive across the callstub.
696 // don't need to keep unnecessary state alive across the callstub.
720 // don't need to keep unnecessary state alive across the callstub.
869 InterpreterBinaryOpAssembler(CodeAssemblerState* state, Bytecode bytecode,
871 : InterpreterAssembler(state, bytecode, operand_scale) {}
885 BinaryOpAssembler binop_asm(state());
901 BinaryOpAssembler binop_asm(state());
998 InterpreterBitwiseBinaryOpAssembler(CodeAssemblerState* state,
1001 : InterpreterAssembler(state, bytecode, operand_scale) {}
1010 BinaryOpAssembler binop_asm(state());
1027 BinaryOpAssembler binop_asm(state());
1119 UnaryOpAssembler unary_op_asm(state());
1164 UnaryOpAssembler unary_op_asm(state());
1226 UnaryOpAssembler unary_op_asm(state());
1244 UnaryOpAssembler unary_op_asm(state());
1358 InterpreterJSCallAssembler(CodeAssemblerState* state, Bytecode bytecode,
1360 : InterpreterAssembler(state, bytecode, operand_scale) {}
1603 InterpreterCompareOpAssembler(CodeAssemblerState* state, Bytecode bytecode,
1605 : InterpreterAssembler(state, bytecode, operand_scale) {}
2267 ConstructorBuiltinsAssembler constructor_assembler(state());
2294 ConstructorBuiltinsAssembler constructor_assembler(state());
2329 ConstructorBuiltinsAssembler constructor_assembler(state());
2384 ConstructorBuiltinsAssembler constructor_assembler(state());
2417 ConstructorBuiltinsAssembler constructor_assembler(state());
2548 ConstructorBuiltinsAssembler constructor_assembler(state());
2562 ConstructorBuiltinsAssembler constructor_assembler(state());
2625 TorqueGeneratedExportedMacrosAssembler builtins_assembler(state());
2638 TorqueGeneratedExportedMacrosAssembler builtins_assembler(state());
2855 // Returns state for for..in loop execution based on the enumerator in
3035 // generator's state (overwriting it with kGeneratorExecuting), sets the context
3036 // to the generator's resume context, and performs state dispatch on the
3037 // generator's state by looking up the generator state in a jump table in the
3047 TNode<Smi> state =
3062 // The state must be a Smi.
3063 CSA_DCHECK(this, TaggedIsSmi(state));
3065 TNode<IntPtrT> case_value = SmiUntag(state);
3082 // state as executing.
3115 compiler::CodeAssemblerState state(
3122 Name##Assembler::Generate(&state, operand_scale); \
3127 IllegalAssembler::Generate(&state, operand_scale);
3130 Star0Assembler::Generate(&state, operand_scale);
3140 &state, options, ProfileDataFromFile::TryRead(debug_name));