Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.cc39 bool CodeStub::FindCodeInCache(Code** code_out) { in FindCodeInCache() argument
40 if (has_custom_cache()) return GetCustomCache(code_out); in FindCodeInCache()
43 *code_out = Code::cast(Heap::code_stubs()->ValueAt(index)); in FindCodeInCache()
Dcode-stubs.h111 virtual bool GetCustomCache(Code** code_out) { return false; } in GetCustomCache() argument
121 bool FindCodeInCache(Code** code_out);
Dcodegen.cc519 bool ApiGetterEntryStub::GetCustomCache(Code** code_out) { in GetCustomCache() argument
524 *code_out = Code::cast(cache); in GetCustomCache()
Dcodegen.h401 virtual bool GetCustomCache(Code** code_out);