Home
last modified time | relevance | path

Searched defs:GetValue (Results 1 – 11 of 11) sorted by relevance

/art/cmdline/
Dcmdline_parse_result.h83 const T& GetValue() const { in GetValue() function
91 T& GetValue() { in GetValue() function
/art/runtime/mirror/
Dstring.h59 uint16_t* GetValue() REQUIRES_SHARED(Locks::mutator_lock_) { in GetValue() function
/art/compiler/utils/
Dintrusive_forward_list.h454 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue() function
468 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue() function
/art/runtime/
Dlock_word.h295 uint32_t GetValue() const { in GetValue() function
Dstack_map.h172 int32_t GetValue() const { return value_; } in GetValue() function
Dcheck_jni.cc188 JniValueType GetValue(char fmt) { in GetValue() function in art::VarArgs
/art/compiler/utils/mips/
Dassembler_mips.h102 T GetValue() const { in GetValue() function
/art/compiler/utils/mips64/
Dassembler_mips64.h334 T GetValue() const { in GetValue() function
/art/compiler/optimizing/
Dnodes.h2738 int32_t GetValue() const { return value_; } in GetValue() function
2779 int64_t GetValue() const { return value_; } in GetValue() function
2809 float GetValue() const { return value_; } in GetValue() function
2862 double GetValue() const { return value_; } in GetValue() function
5358 HInstruction* GetValue() const { return InputAt(1); } in GetValue() function
5496 HInstruction* GetValue() const { return InputAt(2); } in GetValue() function
6113 HInstruction* GetValue() const { return InputAt(1); } in GetValue() function
Dinstruction_simplifier.cc2236 static int64_t GetValue(HConstant* constant, bool is_negated) { in GetValue() function
/art/dexlayout/
Ddex_ir.h713 EncodedValue* GetValue() const { return value_.get(); } in GetValue() function