Home
last modified time | relevance | path

Searched refs:LoadProperty (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Djs-operator.h772 const Operator* LoadProperty(VectorSlotPair const& feedback); in NON_EXPORTED_BASE()
Djs-operator.cc936 const Operator* JSOperatorBuilder::LoadProperty( in LoadProperty() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1347 const Operator* op = javascript()->LoadProperty(feedback); in VisitLdaKeyedProperty()