Searched defs:GetValue (Results 1 - 4 of 4) sorted by relevance

/art/compiler/sea_ir/code_gen/
H A Dcode_gen.h53 llvm::Value* GetValue(int instruction_id) { function in class:sea_ir::CodeGenData
59 llvm::Value* GetValue(InstructionNode* instruction) { function in class:sea_ir::CodeGenData
60 return GetValue(instruction->Id());
/art/runtime/
H A Dlock_word.h147 return GetValue() == rhs.GetValue();
153 uint32_t GetValue() const { function in class:art::LockWord
H A Dstack_map.h103 int32_t GetValue(uint16_t register_index) const { function in class:art::DexRegisterMap
/art/compiler/optimizing/
H A Dnodes.h1104 int32_t GetValue() const { return value_; } function in class:art::HIntConstant
1118 int64_t GetValue() const { return value_; } function in class:art::HLongConstant

Completed in 76 milliseconds