Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Draw-machine-assembler.cc181 void RawMachineAssembler::PopAndReturn(Node* pop, Node* value) { in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
188 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2) { in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
195 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2, in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
203 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2, Node* v3, in PopAndReturn() function in v8::internal::compiler::RawMachineAssembler
Dcode-assembler.cc409 void CodeAssembler::PopAndReturn(Node* pop, Node* value) { in PopAndReturn() function in v8::internal::compiler::CodeAssembler
/external/v8/src/
Dcode-stub-assembler.cc12185 void CodeStubArguments::PopAndReturn(Node* value) { in PopAndReturn() function in v8::internal::CodeStubArguments