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

  /external/v8/src/
code-stubs.cc 40 if (has_custom_cache()) return GetCustomCache(code_out);
code-stubs.h 111 virtual bool GetCustomCache(Code** code_out) { return false; }
codegen.h 401 virtual bool GetCustomCache(Code** code_out);
codegen.cc 519 bool ApiGetterEntryStub::GetCustomCache(Code** code_out) {

Completed in 701 milliseconds