|
|
typedef std::function< void(Node *result)> | IndirectReturnHandler |
| |
|
|
| ExitPoint (CodeStubAssembler *assembler) |
| |
|
| ExitPoint (CodeStubAssembler *assembler, const IndirectReturnHandler &indirect_return_handler) |
| |
|
| ExitPoint (CodeStubAssembler *assembler, CodeAssemblerLabel *out, CodeAssemblerVariable *var_result) |
| |
|
template<class... TArgs> |
| void | ReturnCallRuntime (Runtime::FunctionId function, Node *context, TArgs... args) |
| |
|
template<class... TArgs> |
| void | ReturnCallStub (Callable const &callable, Node *context, TArgs... args) |
| |
|
template<class... TArgs> |
| void | ReturnCallStub (const CallInterfaceDescriptor &descriptor, Node *target, Node *context, TArgs... args) |
| |
|
void | Return (Node *const result) |
| |
|
bool | IsDirect () const |
| |
Definition at line 322 of file accessor-assembler.h.
The documentation for this class was generated from the following file: