Home
last modified time | relevance | path

Searched defs:isOsr (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp46 void JITStats::EndCompilationWithStats(const std::string &methodName, bool isOsr, size_t bcSize, si… in EndCompilationWithStats()
73 static void EndCompilation(const std::string &methodName, bool isOsr, size_t bcSize, [[maybe_unused… in EndCompilation()
143 [[maybe_unused]] bool isOsr, CodeAllocator *codeAllocator, in GetEntryPoint()
199 auto isOsr = compilerCtx.IsOsr(); in CheckCompilation() local
283 auto isOsr = taskCtx.IsOsr(); in CompileInGraph() local
Dcompile_method.h50 bool isOsr; member
Dinplace_task_runner.h42 void SetOsr(bool isOsr) in SetOsr()
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info_tables.h69 static constexpr uint32_t CreateProperties(bool isOsr, bool hasRegmap) in CreateProperties()
Dcode_info_builder.cpp56 bool isOsr = ss->GetOpcode() == Opcode::SaveStateOsr; in BeginStackMap() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dtarget.cpp137 … bool isPandaAbi, bool isOsr, bool isDyn, [[maybe_unused]] bool printAsm, in Create()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp678 bool Paoc::CompileInGraph(CompilingContext *ctx, std::string methodName, bool isOsr) in CompileInGraph()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp47 bool Compiler::IsCompilationExpired(Method *method, bool isOsr) in IsCompilationExpired()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1039 bool isOsr = GetGraph()->IsOsrMode(); in CreateVRegForRegister() local