Home
last modified time | relevance | path

Searched defs:methodNotAot (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.cpp215 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