Searched refs:ReturnCallStub (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ic/ |
D | accessor-assembler.h | 347 void ReturnCallStub(Callable const& callable, Node* context, TArgs... args) { in ReturnCallStub() function 356 void ReturnCallStub(const CallInterfaceDescriptor& descriptor, Node* target, in ReturnCallStub() function
|
D | accessor-assembler.cc | 205 exit_point->ReturnCallStub(LoadWithVectorDescriptor{}, handler, p->context, in HandleLoadICHandlerCase() 223 exit_point->ReturnCallStub(callable, p->context, p->receiver, holder, in HandleLoadCallbackProperty() 558 exit_point->ReturnCallStub( in HandleLoadICSmiHandlerCase() 573 exit_point->ReturnCallStub( in HandleLoadICSmiHandlerCase() 2239 direct_exit.ReturnCallStub( in GenericPropertyLoad() 2413 exit_point->ReturnCallStub(ic.descriptor(), code_target, p->context, in LoadIC_BytecodeHandler() 2496 exit_point->ReturnCallStub( in LoadIC_Noninlined()
|