Home
last modified time | relevance | path

Searched refs:value_locations (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc3096 auto value_locations = zone()->NewArray<InstructionOperand>(input_count); in VisitReturn() local
3098 value_locations[0] = (pop_count->opcode() == IrOpcode::kInt32Constant || in VisitReturn()
3103 value_locations[i] = in VisitReturn()
3106 Emit(kArchRet, 0, nullptr, input_count, value_locations); in VisitReturn()