Searched refs:idxForAot (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_stub_builder.cpp | 307 GateRef CallStubBuilder::CallConstructorBridge(const int idxForAot, const std::vector<GateRef> &argsForAot)
in CallConstructorBridge() argument 313 ret = CallNGCRuntime(glue_, idxForAot, argsForAot);
in CallConstructorBridge() 318 ret = CallNGCRuntime(glue_, idxForAot, argsForAot, hir_);
in CallConstructorBridge() 330 int idxForAot = PrepareIdxForAot();
in CallBridge() local 355 ret = CallNGCRuntime(glue_, idxForAot, argsForAot, hir_);
in CallBridge() 363 ret = CallNGCRuntime(glue_, idxForAot, argsForAot);
in CallBridge() 369 ret = CallConstructorBridge(idxForAot, argsForAot);
in CallBridge()
|
H A D | call_stub_builder.h | 173 GateRef CallConstructorBridge(const int idxForAot, const std::vector<GateRef> &argsForAot);
|
Completed in 3 milliseconds