Home
last modified time | relevance | path

Searched refs:SupportJIT (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h230 bool SupportJIT(JSHandle<JSFunction> &jsFunction, EcmaVM *vm, CompilerTier tier) const;
H A Djit.cpp294 bool Jit::SupportJIT(JSHandle<JSFunction> &jsFunction, [[maybe_unused]] EcmaVM *vm, CompilerTier tier) const in SupportJIT() function in panda::ecmascript::Jit
397 if (!jit->SupportJIT(jsFunction, vm, tier)) { in Compile()

Completed in 2 milliseconds