Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/security/record/
H A Dsecurity_record.h103 void SetIsTemporary(bool is_temp) { in SetIsTemporary() argument
104 this->is_temporary_ = is_temp; in SetIsTemporary()
/aosp12/art/compiler/optimizing/
H A Dssa_liveness_analysis.h850 void AddHighInterval(bool is_temp = false) {
855 allocator_, type_, defined_by_, false, kNoRegister, is_temp, true);
987 bool is_temp = false,
1003 is_temp_(is_temp),