Home
last modified time | relevance | path

Searched defs:code_size (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dasmjit_test.cpp209 size_t code_size = code.codeSize(); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/x86/
H A Dasmjit_test.cpp136 size_t code_size = code.codeSize(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/x86/
H A Dasmjit_test.cpp135 size_t code_size = code.codeSize(); in TEST_F() local
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmem_config.h30 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 Dmmap_mem_pool_test.cpp48 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 Dresult.py220 def code_size(self) -> int: member in TestResult
/arkcompiler/runtime_core/verifier/tests/
H A Dverify_constant_pool_tests.cpp514 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 Ddisassembler.cpp1361 uint32_t code_size = codeda.GetCodeSize(); in GetMethodInfo() local

Completed in 7 milliseconds