Home
last modified time | relevance | path

Searched refs:SetCustomCache (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dcode-stubs.cc106 SetCustomCache(*new_object); in GetCode()
143 SetCustomCache(code); in TryGetCode()
Dcode-stubs.h112 virtual void SetCustomCache(Code* value) { } in SetCustomCache() function
Dcodegen.h402 virtual void SetCustomCache(Code* value);
Dcodegen.cc530 void ApiGetterEntryStub::SetCustomCache(Code* value) { in SetCustomCache() function in v8::internal::ApiGetterEntryStub