Home
last modified time | relevance | path

Searched defs:GetImpl (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/amber/include/amber/
Drecipe.h59 RecipeImpl* GetImpl() const { return impl_; } in GetImpl() function
/external/v8/src/objects/
Delements.cc618 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase backing_store, in GetImpl() function in v8::internal::__anonfa2f50da0111::ElementsAccessorBase
1439 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase backing_store, in GetImpl() function in v8::internal::__anonfa2f50da0111::DictionaryElementsAccessor
2819 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase backing_store, in GetImpl() function in v8::internal::__anonfa2f50da0111::FastDoubleElementsAccessor
3038 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase backing_store, in GetImpl() function in v8::internal::__anonfa2f50da0111::TypedElementsAccessor
3043 static ElementType GetImpl(ElementType* data_ptr, size_t entry) { in GetImpl() function in v8::internal::__anonfa2f50da0111::TypedElementsAccessor
3884 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase parameters, in GetImpl() function in v8::internal::__anonfa2f50da0111::SloppyArgumentsElementsAccessor
4443 static Handle<Object> GetImpl(Handle<JSObject> holder, InternalIndex entry) { in GetImpl() function in v8::internal::__anonfa2f50da0111::StringWrapperElementsAccessor
4455 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase elements, in GetImpl() function in v8::internal::__anonfa2f50da0111::StringWrapperElementsAccessor
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc1458 const int& GetImpl(Tag<0>) const { return member_1; } in GetImpl() function
1459 const std::string& GetImpl(Tag<1>) const { return member_2; } in GetImpl() function
/external/v8/src/interpreter/
Dbytecode-generator.cc914 int GetImpl(SlotKind slot_kind, int index, const void* node) const { in GetImpl() function in v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache