Searched defs:code_size (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| H A D | asmjit_test.cpp | 209 size_t code_size = code.codeSize(); in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/x86/ |
| H A D | asmjit_test.cpp | 136 size_t code_size = code.codeSize(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/x86/ |
| H A D | asmjit_test.cpp | 135 size_t code_size = code.codeSize(); in TEST_F() local
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | mem_config.h | 30 static void Initialize(size_t object_pool_size, size_t internal_size, size_t compiler_size, size_t code_size, in Initialize() argument 42 static void Initialize(size_t object_pool_size, size_t internal_size, size_t compiler_size, size_t code_size) in Initialize() argument
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | mmap_mem_pool_test.cpp | 48 void SetupMemConfig(size_t object_pool_size, size_t internal_size, size_t compiler_size, size_t code_size) in SetupMemConfig() argument
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| H A D | result.py | 220 def code_size(self) -> int: member in TestResult
|
| /arkcompiler/runtime_core/verifier/tests/ |
| H A D | verify_constant_pool_tests.cpp | 514 unsigned char code_size = 0x35; // The known code_size of the try block in the abc file in HWTEST_F() local 556 unsigned char code_size = 0x00; // The known code_size of the catch block in the abc file in HWTEST_F() local
|
| /arkcompiler/runtime_core/disassembler/ |
| H A D | disassembler.cpp | 1361 uint32_t code_size = codeda.GetCodeSize(); in GetMethodInfo() local
|
Completed in 7 milliseconds