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

  /external/v8/src/arm/
cpu-arm.cc 66 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
simulator-arm.cc 738 i_cache_ = isolate_->simulator_i_cache();
813 FlushICache(isolate->simulator_i_cache(),
    [all...]
  /external/v8/src/mips/
cpu-mips.cc 99 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
simulator-mips.cc 885 i_cache_ = isolate_->simulator_i_cache();
944 FlushICache(isolate->simulator_i_cache(),
    [all...]
  /external/v8/src/
isolate.h 950 HashMap* simulator_i_cache() { return simulator_i_cache_; } function in class:v8::internal::Isolate
    [all...]

Completed in 92 milliseconds