Searched defs:code_size (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | mem_config.h | 30 …d Initialize(size_t object_pool_size, size_t internal_size, size_t compiler_size, size_t code_size, in Initialize() 42 …d Initialize(size_t object_pool_size, size_t internal_size, size_t compiler_size, size_t code_size) in Initialize()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | mmap_mem_pool_test.cpp | 39 size_t code_size = 0) in CreateMMapMemPool() 48 …tupMemConfig(size_t object_pool_size, size_t internal_size, size_t compiler_size, size_t code_size) in SetupMemConfig()
|
| /arkcompiler/runtime_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 136 size_t code_size = code.codeSize(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 135 size_t code_size = code.codeSize(); in TEST_F() local
|
| /arkcompiler/runtime_core/verifier/tests/ |
| D | verify_constant_pool_tests.cpp | 526 unsigned char code_size = 0x35; // The known code_size of the try block in the abc file variable 568 …unsigned char code_size = 0x00; // The known code_size of the catch block in the abc file variable
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | asmjit_test.cpp | 209 size_t code_size = code.codeSize(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | result.py | 220 def code_size(self) -> int: member in TestResult
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 1351 uint32_t code_size = codeda.GetCodeSize(); in GetMethodInfo() local
|