Searched defs:isOsr (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compile_method.cpp | 46 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
|
| D | compile_method.h | 50 bool isOsr; member
|
| D | inplace_task_runner.h | 42 void SetOsr(bool isOsr) in SetOsr()
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info_tables.h | 69 static constexpr uint32_t CreateProperties(bool isOsr, bool hasRegmap) in CreateProperties()
|
| D | code_info_builder.cpp | 56 bool isOsr = ss->GetOpcode() == Opcode::SaveStateOsr; in BeginStackMap() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | target.cpp | 137 … bool isPandaAbi, bool isOsr, bool isDyn, [[maybe_unused]] bool printAsm, in Create()
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.cpp | 678 bool Paoc::CompileInGraph(CompilingContext *ctx, std::string methodName, bool isOsr) in CompileInGraph()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.cpp | 47 bool Compiler::IsCompilationExpired(Method *method, bool isOsr) in IsCompilationExpired()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1039 bool isOsr = GetGraph()->IsOsrMode(); in CreateVRegForRegister() local
|