Home
last modified time | relevance | path

Searched refs:kNullHostCodeAddr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/runtime/riscv64/
Dtranslator_x86_64_test.cc38 EXPECT_NE(host_code_piece.code, kNullHostCodeAddr); in TEST()
65 EXPECT_NE(host_code_piece.code, kNullHostCodeAddr); in TEST()
/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dhost_code.h54 constexpr HostCodeAddr kNullHostCodeAddr = 0; variable