Home
last modified time | relevance | path

Searched defs:PopAndReturn (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.cc632 void RawMachineAssembler::PopAndReturn(Node* pop, Node* value) { in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
654 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2) { in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
661 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2, in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
669 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2, Node* v3, in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
Dcode-assembler.cc502 void CodeAssembler::PopAndReturn(Node* pop, Node* value) { in PopAndReturn() function in v8::internal::compiler::CodeAssembler
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc14465 void CodeStubArguments::PopAndReturn(TNode<Object> value) { in PopAndReturn() function in v8::internal::CodeStubArguments