HomeSort by relevance Sort by last modified time
    Searched refs:has_custom_cache (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
code-stubs.cc 40 if (has_custom_cache()) return GetCustomCache(code_out);
105 if (has_custom_cache()) {
142 if (has_custom_cache()) {
code-stubs.h 113 virtual bool has_custom_cache() { return false; } function in class:v8::internal::BASE_EMBEDDED
codegen.h 400 virtual bool has_custom_cache() { return true; } function in class:v8::internal::ApiGetterEntryStub

Completed in 1384 milliseconds