Home
last modified time | relevance | path

Searched defs:codeSize (Results 1 – 25 of 32) 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()
78 size_t codeSize; member
132 size_t codeSize = prefix.codeInfoOffset + prefix.codeInfoSize; in EmitCode() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h69 uintptr_t codeSize; member
75 uint32_t codeSize; member
87 uint32_t codeSize; member
Djs_stackinfo.cpp480 uint32_t codeSize = cda.GetCodeSize(); in ReadMethodInfo() local
/arkcompiler/ets_runtime/ecmascript/jit/
Dcompile_decision.cpp27 uint32_t codeSize = GetCodeSize(); in GetMethodInfo() local
Djit_dfx.cpp109 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in DumpBytecodeInst() local
Djit_profiler.cpp31 … EntityId methodId, ApEntityId abcId, const uint8_t *pcStart, uint32_t codeSize, in ProfileBytecode()
/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.h375 void Encodeb(const uint8 *code, size_t codeSize) in Encodeb()
382 void Encodeb(uint64 code, size_t codeSize) in Encodeb()
405 void FixupEncode(size_t position, uint32 relOffset, size_t codeSize) in FixupEncode()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmmap_mem_pool_test.cpp42size_t codeSize = 0U, size_t framesSize = 0U, size_t stacksSize = 0U) in CreateMMapMemPool()
110 …id SetupMemConfig(size_t objectPoolSize, size_t internalSize, size_t compilerSize, size_t codeSize, in SetupMemConfig()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp104 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in ProcessClasses() local
151 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in ProcessMethod() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebug_inf.cpp37 uint64_t codeSize; member
Ddebugger.cpp77 uint32_t codeSize = 0; in CheckLocationInClass() 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/irtoc/backend/
Ddwarf_builder.cpp231 bool DwarfBuilder::Finalize(uint32_t codeSize) in Finalize()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_headers.h78 uint32_t codeSize; member
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp45 uint32_t codeSize = cda.GetCodeSize(); in Initialize() local
Dpanda_file_translator.cpp80 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in TranslateClasses() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp89 uint32_t codeSize = method->GetCodeSize(); in MethodEntry() local
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp357 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.h327 uint32 codeSize = 0; member
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp528 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in CollectClassInfo() local

12