Home
last modified time | relevance | path

Searched defs:codeSize (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem_config.h30 …c void Initialize(size_t objectPoolSize, size_t internalSize, size_t compilerSize, size_t codeSize, in Initialize()
44 …c void Initialize(size_t objectPoolSize, size_t internalSize, size_t compilerSize, size_t codeSize, in Initialize()
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.h52 size_t codeSize; member
Dcompile_method.cpp46 …:EndCompilationWithStats(const std::string &methodName, bool isOsr, size_t bcSize, size_t codeSize) in EndCompilationWithStats()
74 size_t codeSize, [[maybe_unused]] size_t infoSize, in EndCompilation()
123 size_t codeSize = prefix.codeInfoOffset + prefix.codeInfoSize; in EmitCode() local
/arkcompiler/runtime_core/static_core/verification/cflow/
Dcflow_info.h39 CflowMethodInfo(uint8_t const *addrStart, size_t codeSize) in CflowMethodInfo()
Dcflow_info.cpp131 size_t codeSize = method->GetCodeSize(); in GetCflowMethodInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h371 void Encodeb(const uint8 *code, size_t codeSize) in Encodeb()
378 void Encodeb(uint64 code, size_t codeSize) in Encodeb()
401 void FixupEncode(size_t position, uint32 relOffset, size_t codeSize) in FixupEncode()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmmap_mem_pool_test.cpp41size_t codeSize = 0U, size_t framesSize = 0U, size_t stacksSize = 0U) in CreateMMapMemPool()
111 …id SetupMemConfig(size_t objectPoolSize, size_t internalSize, size_t compilerSize, size_t codeSize, in SetupMemConfig()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebug_inf.cpp37 uint64_t codeSize; member
Ddebugger.cpp79 uint32_t codeSize = 0; in CheckLocationInClass() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp182 bool DwarfBuilder::Finalize(uint32_t codeSize) in Finalize()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp42 uint32_t codeSize = cda.GetCodeSize(); in Initialize() local
Dpanda_file_translator.cpp88 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in TranslateClasses() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dasmjit_test.cpp213 size_t codeSize = code.codeSize(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_headers.h78 uint32_t codeSize; member
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp83 uint32_t codeSize = method->GetCodeSize(); in MethodEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp130 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in ProcessClasses() local
200 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in ProcessMethod() local
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp354 size_t codeSize = code.size(); in PrintCodeX8664() local
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp320 auto codeSize = codeinfo.GetCodeSize(); in DetectSEGVFromCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Difile.h326 uint32 codeSize = 0; member
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp419 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in CollectClassInfo() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp418 auto codeSize = method->GetCodeSize(); in IsClassFinalizable() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp1221 uint32_t codeSize = codeda.GetCodeSize(); in GetMethodInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp522 auto codeSize = method->GetCodeSize(); in ProfileBytecode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp122 auto codeSize = code->codeSize(); in Finalize() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7691 int16_t EcmaInterpreter::GetHotnessCounter(uint32_t codeSize) in GetHotnessCounter()

12