Searched defs:methodNotAot (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_stub_builder.cpp | 215 BRANCH(IsJsProxy(func_), &methodNotAot, &checkAot);
in JSCallJSFunction() local 236 Branch(NotEqual(baselineCode, Undefined()), &checkIsBaselineCompiling, &methodNotAot);
in JSCallJSFunction() local 238 Branch(NotEqual(baselineCode, Hole()), &funcHasBaselineCode, &methodNotAot);
in JSCallJSFunction() local 379 void CallStubBuilder::JSCallAsmInterpreter(bool hasBaselineCode, Label *methodNotAot, Label *exit,
in JSCallAsmInterpreter() argument
|
Completed in 4 milliseconds