| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_pt_method.h | 54 uint32_t GetCodeSize() const in GetCodeSize() function 65 return cda.GetCodeSize(); in GetCodeSize()
|
| D | js_debugger.cpp | 38 if (location.GetBytecodeOffset() >= ptMethod->GetCodeSize()) { in SetBreakpoint() 78 ASSERT(bcOffset < method->GetCodeSize() && "code size of current Method less then bcOffset"); in BytecodePcChanged()
|
| /arkcompiler/runtime_core/static_core/verification/cflow/ |
| D | cflow_info.cpp | 85 …&catchBlockStart[catchBlock.GetCodeSize()]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithm… in ProcessCatchBlocks() 121 method->GetCodeSize()); in ProcessCatchBlocks() 131 size_t codeSize = method->GetCodeSize(); in GetCflowMethodInfo()
|
| D | cflow_check.cpp | 34 … methodStart + method->GetCodeSize(); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic in CheckCode()
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compile_method.cpp | 159 … << bit_cast<void *>(codeInfo.GetCode()) << ", code size " << codeInfo.GetCodeSize(); in GetEntryPoint() 162 … EndCompilation(methodName, isOsr, method->GetCodeSize(), reinterpret_cast<uintptr_t>(entryPoint), in GetEntryPoint() 163 … codeInfo.GetCodeSize(), codeInfo.GetInfoSize(), events::CompilationStatus::COMPILED, jitStats); in GetEntryPoint() 181 …ion(compilerCtx.GetMethodName(), compilerCtx.IsOsr(), compilerCtx.GetMethod()->GetCodeSize(), 0, 0, in RunOptimizations() 203 …EndCompilation(name, isOsr, method->GetCodeSize(), 0, 0, 0, events::CompilationStatus::FAILED_SING… in CheckCompilation() 210 …EndCompilation(name, isOsr, method->GetCodeSize(), 0, 0, 0, events::CompilationStatus::DROPPED, ji… in CheckCompilation() 303 …EndCompilation(methodName, isOsr, method->GetCodeSize(), 0, 0, 0, events::CompilationStatus::FAILE… in CompileInGraph() 318 …EndCompilation(methodName, isOsr, method->GetCodeSize(), 0, 0, 0, events::CompilationStatus::FAILE… in CompileInGraph()
|
| /arkcompiler/runtime_core/static_core/libpandafile/external/ |
| D | file_ext.cpp | 69 entry.length = ca.GetCodeSize(); in QueryMethodSymByOffset() 74 offset < mda.GetCodeId().value().GetOffset() + ca.GetCodeSize()) { in QueryMethodSymByOffset() 108 entry.length = ca.GetCodeSize(); in QueryMethodSymAndLineByOffset() 114 offset < mda.GetCodeId().value().GetOffset() + ca.GetCodeSize()) { in QueryMethodSymAndLineByOffset() 146 res.push_back({mda.GetCodeId().value(), ca.GetCodeSize(), ss.str()}); in QueryAllMethodSyms()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | code_data_accessor.h | 93 uint32_t GetCodeSize() const in GetCodeSize() function 134 uint32_t GetCodeSize() const in GetCodeSize() function
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | code_data_accessor.h | 93 uint32_t GetCodeSize() const in GetCodeSize() function 134 uint32_t GetCodeSize() const in GetCodeSize() function
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | method_literal.cpp | 42 uint32_t codeSize = cda.GetCodeSize(); in Initialize() 147 uint32_t MethodLiteral::GetCodeSize(const JSPandaFile *jsPandaFile, EntityId methodId) in GetCodeSize() function in panda::ecmascript::MethodLiteral 161 return cda.GetCodeSize(); in GetCodeSize()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 45 uint32_t Method::GetCodeSize() const in GetCodeSize() function in panda::ecmascript::Method 48 return MethodLiteral::GetCodeSize(jsPandaFile, GetMethodId()); in GetCodeSize()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 373 uint32_t GetCodeSize() override in GetCodeSize() function 376 auto tmp = T::GetCodeSize(); in GetCodeSize()
|
| /arkcompiler/runtime_core/disassembler/templates/ |
| D | get_ins_info.cpp.erb | 29 auto ins_sz = code_accessor.GetCodeSize();
|
| /arkcompiler/runtime_core/static_core/disassembler/templates/ |
| D | get_ins_info.cpp.erb | 30 auto ins_sz = code_accessor.GetCodeSize();
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| D | aot_manager.h | 140 if (pc >= code && pc < code + reinterpret_cast<uintptr_t>(aotFile->GetCodeSize())) { in InAotFileRange()
|
| D | aot_file.h | 66 size_t GetCodeSize() const in GetCodeSize() function
|
| D | aot_manager.cpp | 41 << ", code_size=" << aotFile.Value()->GetCodeSize(); in AddFile()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter_impl.cpp | 144 while (offset < method->GetCodeSize()) { in DebugDump()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | debug_info_cache.cpp | 76 auto nextOffset = next != table.end() ? next->offset : method->GetCodeSize(); in GetCurrentLineLocations() 102 nextOffset = panda_file::CodeDataAccessor(*pandaFile, *codeId).GetCodeSize(); in GetContinueToLocations()
|
| /arkcompiler/runtime_core/verifier/ |
| D | verifier.cpp | 108 const auto bc_ins_last = bc_ins.JumpTo(code_data.GetCodeSize()); in VerifyRegisterIndex() 201 const auto ins_size = code_accessor.GetCodeSize(); in CollectIdInInstructions() 630 const auto ins_size = code_accessor.GetCodeSize(); in CheckConstantPoolMethodContent()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_decoder.h | 110 … MethodLiteral::GetCodeSize(jsPandaFile, methodLiteral->GetMethodId())); in GetTypeInfo()
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.cpp | 648 EVENT_COMPILATION(methodName, false, ctx.method->GetCodeSize(), 0, 0, 0, in Compile() 702 …EVENT_COMPILATION(name, false, ctx->method->GetCodeSize(), 0, 0, 0, events::CompilationStatus::COM… in CompileJit() 720 …EVENT_COMPILATION(name, true, ctx->method->GetCodeSize(), 0, 0, 0, events::CompilationStatus::COMP… in CompileOsr() 758 …ON(runtime_->GetMethodFullName(ctx->method, false), false, ctx->method->GetCodeSize(), codeAddress, in FinalizeCompileAot()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | callconv.h | 314 virtual uint32_t GetCodeSize() = 0;
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | function.h | 200 size_t GetCodeSize() in GetCodeSize() function
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | invoke_cache.cpp | 163 uint32_t bcSize = method->GetCodeSize(); in DecideCanBeInlined()
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info.h | 241 size_t GetCodeSize() const in GetCodeSize() function 248 return {&data_[CodeInfo::GetCodeOffset(RUNTIME_ARCH)], GetCodeSize()}; in GetCodeSpan()
|