| /arkcompiler/runtime_core/static_core/verification/cflow/ |
| H A D | cflow_info.cpp | 131 size_t codeSize = method->GetCodeSize(); in GetCflowMethodInfo() local
|
| H A D | cflow_info.h | 39 CflowMethodInfo(uint8_t const *addrStart, size_t codeSize) in CflowMethodInfo() argument
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| H A D | compile_method.h | 52 size_t codeSize; member
|
| H A D | compile_method.cpp | 46 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 D | asmjit_test.cpp | 213 size_t codeSize = code.codeSize(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | mem_config.h | 30 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 D | method_literal.cpp | 42 uint32_t codeSize = cda.GetCodeSize(); in Initialize() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| H A D | aot_headers.h | 78 uint32_t codeSize; member
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | debug_inf.cpp | 37 uint64_t codeSize; member
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| H A D | dwarf_builder.cpp | 231 bool DwarfBuilder::Finalize(uint32_t codeSize) in Finalize() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | mmap_mem_pool_test.cpp | 108 void SetupMemConfig(size_t objectPoolSize, size_t internalSize, size_t compilerSize, size_t codeSize, in SetupMemConfig() argument
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | dropframe_manager.cpp | 89 uint32_t codeSize = method->GetCodeSize(); in MethodEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackinfo.h | 59 uintptr_t codeSize;
member 65 uint32_t codeSize;
member 77 uint32_t codeSize;
member
|
| H A D | js_stackinfo.cpp | 520 uint32_t codeSize = cda.GetCodeSize(); in ReadMethodInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_dfx.cpp | 109 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in DumpBytecodeInst() local
|
| H A D | jit.cpp | 364 uint32_t codeSize = method->GetCodeSize(); in Compile() local
|
| H A D | jit_profiler.cpp | 32 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 D | aotdump.cpp | 357 size_t codeSize = code.size(); in PrintCodeX8664() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | signal_handler.cpp | 320 auto codeSize = codeinfo.GetCodeSize(); in DetectSEGVFromCode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecode_info_collector.cpp | 154 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in ProcessMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | ifile.h | 327 uint32 codeSize = 0; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| H A D | elf_assembler.h | 375 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 D | baseline_compiler.cpp | 129 auto codeSize = MethodLiteral::GetCodeSize(jsPandaFile, methodLiteral->GetMethodId()); in Compile() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | disassembler.cpp | 1254 uint32_t codeSize = codeda.GetCodeSize(); in GetMethodInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 736 auto codeSize = method->GetCodeSize(); in ProfileBytecode() local
|