Home
last modified time | relevance | path

Searched refs:DispatchBase (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h114 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 Dinterpreter_stub-inl.h670 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 Dinterpreter_stub.h213 void DispatchBase(GateRef target, GateRef glue, Args... args);

Completed in 4 milliseconds