Home
last modified time | relevance | path

Searched defs:IsReference (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DResourceUtils.cpp32 bool IsReference(uint8_t data_type) { in IsReference() function
/aosp12/system/tools/aidl/
H A Daidl_to_rust.h45 inline bool IsReference(ReferenceMode ref_mode) { in IsReference() function
/aosp12/art/runtime/verifier/
H A Dreg_type.h76 virtual bool IsReference() const { return false; } in IsReference() function
1015 bool IsReference() const override { return true; } in IsReference() function
/aosp12/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp205 bool IsReference(const StringPiece& str) { in IsReference() function
/aosp12/art/runtime/
H A Dthread.cc203 bool IsReference() const { return is_reference_; } in IsReference() function in art::DeoptimizationContextRecord