Home
last modified time | relevance | path

Searched defs:code_end (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translate_region_exec_tests.cc45 GuestAddr code_end = ToGuestAddr(bit_cast<char*>(&code[0]) + sizeof(code)); in Run() local
148 GuestAddr code_end = ToGuestAddr(code + 1); in TEST_F() local
/aosp_15_r20/art/compiler/debug/
H A Delf_compilation_unit.h33 uint64_t code_end = 0; member
/aosp_15_r20/external/pigweed/targets/rp2040/
H A Ddevice_handler.cc41 const uintptr_t code_end = GetLinkerSymbolValue(__pw_code_end); in IsAddressExecutable() local
/aosp_15_r20/external/vixl/examples/aarch64/
H A Dnon-const-visitor.cc102 Label code_start, code_end; in main() local
H A Dcustom-disassembler.cc150 Label code_start, code_end; in TestCustomDisassembler() local
/aosp_15_r20/external/gsc-utils/extra/usb_updater/
H A Dsigned_manifest.h38 uint32_t code_end; member
/aosp_15_r20/external/vixl/test/aarch64/examples/
H A Dtest-examples.cc566 Label code_start, code_end; in TEST() local
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc2624 size_t code_end = GetOatHeader().GetExecutableOffset() + code_size_; in WriteDataImgRelRo() local