Home
last modified time | relevance | path

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

/art/compiler/utils/
Dscoped_hashtable_test.cc24 class Value { class
26 explicit Value(int v):value_(v) {} in Value() function in art::Value
/art/compiler/llvm/
Druntime_support_builder.h31 class Value; variable
Druntime_support_builder_x86.cc77 Value* RuntimeSupportBuilderX86::EmitSetCurrentThread(Value*) { in EmitSetCurrentThread() argument
Dgbc_expander.cc1117 llvm::Value* GBCExpanderPass::Expand_IGetFast(llvm::Value* field_offset_value, in Expand_IGetFast()
1139 void GBCExpanderPass::Expand_IPutFast(llvm::Value* field_offset_value, in Expand_IPutFast()
1164 llvm::Value* GBCExpanderPass::Expand_SGetFast(llvm::Value* static_storage_addr, in Expand_SGetFast()
1184 void GBCExpanderPass::Expand_SPutFast(llvm::Value* static_storage_addr, in Expand_SPutFast()
/art/compiler/jni/portable/
Djni_compiler.h45 class Value; variable