Home
last modified time | relevance | path

Searched refs:GetDataValue (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dlookup.h199 Handle<Object> GetDataValue() const;
Dlookup.cc960 Handle<Object> LookupIterator::GetDataValue() const { in GetDataValue() function in v8::internal::LookupIterator
Dmessages.cc351 return iter.GetDataValue().is_identical_to(fun); in CheckMethodName()
Dobjects.cc1057 return it->GetDataValue(); in GetProperty()
1212 return it->GetDataValue(); in GetDataProperty()
/external/v8/src/compiler/
Djs-native-context-specialization.cc1416 value = jsgraph()->Constant(it.GetDataValue()); in ReduceKeyedAccess()
1446 value = jsgraph()->Constant(it.GetDataValue()); in ReduceKeyedAccess()
/external/v8/src/wasm/
Dmodule-compiler.cc1307 result = it.GetDataValue(); in LookupImportAsm()