Home
last modified time | relevance | path

Searched refs:FindCodeInCache (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Druntime-profiler.cc187 found_code = interrupt_stub.FindCodeInCache(&stack_check_code); in AttemptOnStackReplacement()
192 found_code = check_stub.FindCodeInCache(&stack_check_code); in AttemptOnStackReplacement()
Dcode-stubs.cc40 bool CodeStub::FindCodeInCache(Code** code_out) { in FindCodeInCache() function in v8::internal::CodeStub
106 : FindCodeInCache(&code)) { in GetCode()
Dcode-stubs.h143 CHECK(!is_pregenerated || FindCodeInCache(&code)); in CompilingCallsToThisStubIsGCSafe()
162 bool FindCodeInCache(Code** code_out);