Home
last modified time | relevance | path

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

/external/v8/src/ic/
Daccessor-assembler.h237 IndirectReturn(asm_->CallRuntime(function, context, args...)); in ReturnCallRuntime()
246 IndirectReturn(asm_->CallStub(callable, context, args...)); in ReturnCallStub()
256 IndirectReturn(asm_->CallStub(descriptor, target, context, args...)); in ReturnCallStub()
264 IndirectReturn(result); in Return()
271 void IndirectReturn(Node* const result) { in IndirectReturn() function