Home
last modified time | relevance | path

Searched refs:IsJitCompiler (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompilation_env.h38 virtual bool IsJitCompiler() const in IsJitCompiler() function in panda::ecmascript::CompilationEnv
H A Djit_compilation_env.h27 bool IsJitCompiler() const override
H A Dts_inline_lowering.cpp125 if (compilationEnv_->IsJitCompiler()) { in TryInline()
221 if (compilationEnv_->IsJitCompiler()) { in InlineCall()
733 if (!compilationEnv_->IsJitCompiler()) { in CalleePFIProcess()
761 if (!compilationEnv_->IsJitCompiler()) { in UpdateCallMethodFlagMap()
H A Djit_compiler.cpp219 ASSERT(compilationEnv.IsJitCompiler()); in AllocFromFortAndCopy()
H A Dbytecode_info_collector.cpp55 ASSERT(env->IsJitCompiler()); in BytecodeInfoCollector()
H A Dfile_generators.cpp579 if (useLiteCG_ && compilationEnv_->IsJitCompiler()) { in CompileLatestModuleThenDestroy()
H A Dmcr_lowering.cpp177 if (!env_->IsJitCompiler()) { in LowerLoadHClassFromConstpool()
H A Dtyped_bytecode_lowering.cpp1884 if (compilationEnv_->IsJitCompiler()) { in GetCalleePandaFile()
H A Dslowpath_lowering.cpp2781 if (compilationEnv_->IsJitCompiler()) { in LowerDefineFunc()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h160 if (env->IsJitCompiler()) { in JitLockHolder()

Completed in 19 milliseconds