Searched defs:GetStoreMode (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/ast/
H A Dast.cc1011 KeyedAccessStoreMode Expression::GetStoreMode() const { function in class:v8::internal::Expression
1015 return static_cast<const Node*>(this)->GetStoreMode();
H A Dast.h348 KeyedAccessStoreMode GetStoreMode() const;
1752 KeyedAccessStoreMode GetStoreMode() const { return STANDARD_STORE; } function in class:v8::internal::final
2197 KeyedAccessStoreMode GetStoreMode() const { function in class:v8::internal::final
2407 KeyedAccessStoreMode GetStoreMode() const { function in class:v8::internal::final
/external/v8/src/ic/
H A Dic.cc2383 static KeyedAccessStoreMode GetStoreMode(Handle<JSObject> receiver, function in namespace:v8::internal
2494 store_mode = GetStoreMode(receiver, index, value);

Completed in 333 milliseconds