Searched refs:DispatchBase (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stub_builder.h | 114 void DispatchBase(GateRef target, GateRef glue, Args... args) in DispatchBase() function in panda::ecmascript::kungfu::BaselineStubBuilder 123 DispatchBase(target, glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter); in DispatchLast() 133 DispatchBase(target, glue, sp, newPc, constpool, profileTypeInfo, acc, hotnessCounter); in Dispatch()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub-inl.h | 670 void InterpreterStubBuilder::DispatchBase(GateRef target, GateRef glue, Args... args) in DispatchBase() function in panda::ecmascript::kungfu::InterpreterStubBuilder 681 DispatchBase(target, glue, sp, newPc, constpool, profileTypeInfo, acc, hotnessCounter); in Dispatch() 689 DispatchBase(target, glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter); in DispatchLast() 723 DispatchBase(target, glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter); in DispatchWithId()
|
H A D | interpreter_stub.h | 213 void DispatchBase(GateRef target, GateRef glue, Args... args);
|
Completed in 4 milliseconds