Searched refs:BytecodeOperandUImm (Results 1 – 3 of 3) sorted by relevance
41 compiler::Node* BytecodeOperandUImm(int operand_index);
625 Node* depth = __ BytecodeOperandUImm(2); in DoLdaContextSlot()670 Node* depth = __ BytecodeOperandUImm(2); in DoStaContextSlot()719 Node* depth = __ BytecodeOperandUImm(2); in DoLdaLookupContextSlot()764 Node* depth = __ BytecodeOperandUImm(2); in DoLdaLookupGlobalSlot()993 Node* depth = __ BytecodeOperandUImm(1); in DoLdaModuleVariable()1036 Node* depth = __ BytecodeOperandUImm(1); in DoStaModuleVariable()2957 Node* slots = __ BytecodeOperandUImm(0); in DoCreateFunctionContext()2970 Node* slots = __ BytecodeOperandUImm(0); in DoCreateEvalContext()
427 Node* InterpreterAssembler::BytecodeOperandUImm(int operand_index) { in BytecodeOperandUImm() function in v8::internal::interpreter::InterpreterAssembler436 return ChangeUint32ToWord(BytecodeOperandUImm(operand_index)); in BytecodeOperandUImmWord()