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

  /art/runtime/jit/
jit.h 63 return code_cache_.get();
67 return code_cache_.get();
199 std::unique_ptr<jit::JitCodeCache> code_cache_; member in class:art::jit::Jit
jit.cc 153 code_cache_->Dump(os);
186 jit->code_cache_.reset(JitCodeCache::Create(
292 if (!code_cache_->NotifyCompilationOf(method_to_compile, self, osr)) {
300 code_cache_->DoneCompiling(method_to_compile, self, osr);
359 code_cache_.get(),
375 return code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode());
686 !code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) {
697 if ((new_count >= osr_method_threshold_) && !code_cache_->IsOsrCompiled(method)) {
jit_code_cache.cc 903 JitCodeCache* const code_cache_; member in class:art::jit::FINAL
938 JitCodeCache* const code_cache_; member in class:art::jit::FINAL
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 177 Handle<Code> code = isolate->factory()->CopyCode(code_cache_[cached_idx]);
196 DCHECK_EQ(code_cache_.size(), new_cache_idx);
198 code_cache_.push_back(code);
203 // sig_map_ maps signatures to an index in code_cache_.
205 std::vector<Handle<Code>> code_cache_; member in class:__anon36213::JSToWasmWrapperCache
    [all...]

Completed in 601 milliseconds