Searched refs:code_out (Results 1 – 4 of 4) sorted by relevance
39 bool CodeStub::FindCodeInCache(Code** code_out) { in FindCodeInCache() argument40 if (has_custom_cache()) return GetCustomCache(code_out); in FindCodeInCache()43 *code_out = Code::cast(Heap::code_stubs()->ValueAt(index)); in FindCodeInCache()
111 virtual bool GetCustomCache(Code** code_out) { return false; } in GetCustomCache() argument121 bool FindCodeInCache(Code** code_out);
519 bool ApiGetterEntryStub::GetCustomCache(Code** code_out) { in GetCustomCache() argument524 *code_out = Code::cast(cache); in GetCustomCache()
401 virtual bool GetCustomCache(Code** code_out);