Home
last modified time | relevance | path

Searched defs:codeSize (Results 1 - 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/static_core/verification/cflow/
H A Dcflow_info.cpp131 size_t codeSize = method->GetCodeSize(); in GetCflowMethodInfo() local
H A Dcflow_info.h39 CflowMethodInfo(uint8_t const *addrStart, size_t codeSize) in CflowMethodInfo() argument
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.h52 size_t codeSize; member
H A Dcompile_method.cpp46 void JITStats::EndCompilationWithStats(const std::string &methodName, bool isOsr, size_t bcSize, size_t codeSize) in EndCompilationWithStats() argument
78 size_t codeSize; member
132 size_t codeSize in EmitCode() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dasmjit_test.cpp213 size_t codeSize = code.codeSize(); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dmem_config.h30 static void Initialize(size_t objectPoolSize, size_t internalSize, size_t compilerSize, size_t codeSize, in Initialize() argument
44 static void Initialize(size_t objectPoolSize, size_t internalSize, size_t compilerSize, size_t codeSize, in Initialize() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.cpp42 uint32_t codeSize = cda.GetCodeSize(); in Initialize() local
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_headers.h78 uint32_t codeSize; member
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebug_inf.cpp37 uint64_t codeSize; member
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.cpp231 bool DwarfBuilder::Finalize(uint32_t codeSize) in Finalize() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dmmap_mem_pool_test.cpp108 void SetupMemConfig(size_t objectPoolSize, size_t internalSize, size_t compilerSize, size_t codeSize, in SetupMemConfig() argument
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp89 uint32_t codeSize = method->GetCodeSize(); in MethodEntry() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h59 uintptr_t codeSize; member
65 uint32_t codeSize; member
77 uint32_t codeSize; member
H A Djs_stackinfo.cpp520 uint32_t codeSize = cda.GetCodeSize(); in ReadMethodInfo() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.cpp109 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in DumpBytecodeInst() local
H A Djit.cpp364 uint32_t codeSize = method->GetCodeSize(); in Compile() local
H A Djit_profiler.cpp32 ProfileBytecode(JSThread *thread, const JSHandle<ProfileTypeInfo> &profileTypeInfo, ProfileTypeInfo *rawProfileTypeInfo, EntityId methodId, ApEntityId abcId, const uint8_t *pcStart, uint32_t codeSize, [[maybe_unused]]const panda_file::File::Header *header, bool useRawProfileTypeInfo) ProfileBytecode() argument
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
H A Daotdump.cpp357 size_t codeSize = code.size(); in PrintCodeX8664() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dsignal_handler.cpp320 auto codeSize = codeinfo.GetCodeSize(); in DetectSEGVFromCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.cpp154 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in ProcessMethod() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Difile.h327 uint32 codeSize = 0; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_assembler.h375 void Encodeb(const uint8 *code, size_t codeSize) in Encodeb() argument
382 void Encodeb(uint64 code, size_t codeSize) in Encodeb() argument
405 void FixupEncode(size_t position, uint32 relOffset, size_t codeSize) in FixupEncode() argument
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp129 auto codeSize = MethodLiteral::GetCodeSize(jsPandaFile, methodLiteral->GetMethodId()); in Compile() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp1254 uint32_t codeSize = codeda.GetCodeSize(); in GetMethodInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp736 auto codeSize = method->GetCodeSize(); in ProfileBytecode() local

Completed in 34 milliseconds

12