Home
last modified time | relevance | path

Searched defs:GetValue (Results 1 – 12 of 12) 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.h60 uint16_t* GetValue() REQUIRES_SHARED(Locks::mutator_lock_) { in GetValue() function
/art/runtime/
Dlock_word.h295 uint32_t GetValue() const { in GetValue() function
Dstack_map.h170 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/
Dintrusive_forward_list.h444 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue() function
/art/compiler/utils/arm/
Dassembler_arm.h54 T GetValue() const { in GetValue() function
/art/compiler/utils/mips/
Dassembler_mips.h98 T GetValue() const { in GetValue() function
/art/compiler/utils/mips64/
Dassembler_mips64.h331 T GetValue() const { in GetValue() function
/art/compiler/optimizing/
Dnodes.h2713 int32_t GetValue() const { return value_; } in GetValue() function
2754 int64_t GetValue() const { return value_; } in GetValue() function
2784 float GetValue() const { return value_; } in GetValue() function
2837 double GetValue() const { return value_; } in GetValue() function
5338 HInstruction* GetValue() const { return InputAt(1); } in GetValue() function
5470 HInstruction* GetValue() const { return InputAt(2); } in GetValue() function
6101 HInstruction* GetValue() const { return InputAt(1); } in GetValue() function
Dinstruction_simplifier.cc2219 static int64_t GetValue(HConstant* constant, bool is_negated) { in GetValue() function
/art/dexlayout/
Ddex_ir.h712 EncodedValue* GetValue() const { return value_.get(); } in GetValue() function