Home | History | Annotate | Download | only in jit

Lines Matching defs:code_cache_

886         code_cache_(code_cache_in),
887 bitmap_(code_cache_->GetLiveBitmap()) {}
895 if (code_cache_->ContainsPc(code)) {
903 JitCodeCache* const code_cache_;
910 : code_cache_(code_cache), barrier_(barrier) {}
915 MarkCodeVisitor visitor(thread, code_cache_);
927 code_cache_->LookupMethodHeader(frame.return_pc_, nullptr);
930 CHECK(code_cache_->GetLiveBitmap()->Test(FromCodeToAllocation(code)));
938 JitCodeCache* const code_cache_;