HomeSort by relevance Sort by last modified time
    Searched refs:FlushICache (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/v8/src/ia32/
cpu-ia32.cc 21 void CpuFeatures::FlushICache(void* start, size_t size) {
assembler-ia32-inl.h 61 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t));
66 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t));
73 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t));
79 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t));
84 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t));
146 CpuFeatures::FlushICache(pc_, sizeof(Address));
199 CpuFeatures::FlushICache(pc_, sizeof(Address));
296 CpuFeatures::FlushICache(pc_, sizeof(Address));
303 CpuFeatures::FlushICache(pc_, sizeof(Address));
323 CpuFeatures::FlushICache(pc_, sizeof(Address))
    [all...]
code-stubs-ia32.h 191 CpuFeatures::FlushICache(stub->instruction_start(), 7);
codegen-ia32.cc 68 CpuFeatures::FlushICache(buffer, actual_size);
97 CpuFeatures::FlushICache(buffer, actual_size);
508 CpuFeatures::FlushICache(buffer, actual_size);
    [all...]
  /external/chromium_org/v8/src/x64/
cpu-x64.cc 21 void CpuFeatures::FlushICache(void* start, size_t size) {
assembler-x64-inl.h 199 CpuFeatures::FlushICache(pc, sizeof(int32_t));
232 if (flush_icache) CpuFeatures::FlushICache(pc_, sizeof(Address));
235 if (flush_icache) CpuFeatures::FlushICache(pc_, sizeof(int32_t));
240 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t));
317 CpuFeatures::FlushICache(pc_, sizeof(Address));
364 CpuFeatures::FlushICache(pc_, sizeof(Address));
442 CpuFeatures::FlushICache(
474 CpuFeatures::FlushICache(pc_, sizeof(Address));
481 CpuFeatures::FlushICache(pc_, sizeof(Address));
501 CpuFeatures::FlushICache(pc_, sizeof(Address))
    [all...]
codegen-x64.cc 61 CpuFeatures::FlushICache(buffer, actual_size);
84 CpuFeatures::FlushICache(buffer, actual_size);
681 CpuFeatures::FlushICache(sequence, young_length);
  /external/chromium_org/v8/src/x87/
cpu-x87.cc 21 void CpuFeatures::FlushICache(void* start, size_t size) {
assembler-x87-inl.h 61 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t));
66 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t));
73 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t));
79 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t));
84 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t));
147 CpuFeatures::FlushICache(pc_, sizeof(Address));
200 CpuFeatures::FlushICache(pc_, sizeof(Address));
297 CpuFeatures::FlushICache(pc_, sizeof(Address));
304 CpuFeatures::FlushICache(pc_, sizeof(Address));
324 CpuFeatures::FlushICache(pc_, sizeof(Address))
    [all...]
  /external/chromium_org/v8/src/arm/
cpu-arm.cc 27 void CpuFeatures::FlushICache(void* start, size_t size) {
36 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
codegen-arm.cc 70 CpuFeatures::FlushICache(buffer, actual_size);
230 CpuFeatures::FlushICache(buffer, actual_size);
317 CpuFeatures::FlushICache(buffer, actual_size);
345 CpuFeatures::FlushICache(buffer, actual_size);
924 CpuFeatures::FlushICache(sequence, young_length);
assembler-arm-inl.h 626 // CpuFeatures::FlushICache(pc, sizeof(target));
644 CpuFeatures::FlushICache(pc, 2 * kInstrSize);
664 CpuFeatures::FlushICache(pc, 4 * kInstrSize);
code-stubs-arm.h 168 CpuFeatures::FlushICache(stub->instruction_start(),
macro-assembler-arm.h     [all...]
simulator-arm.h 217 static void FlushICache(v8::internal::HashMap* i_cache, void* start,
  /external/chromium_org/v8/src/mips/
cpu-mips.cc 27 void CpuFeatures::FlushICache(void* start, size_t size) {
53 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
simulator-mips.h 215 static void FlushICache(v8::internal::HashMap* i_cache, void* start,
assembler-mips-inl.h 128 CpuFeatures::FlushICache(p, count * sizeof(uint32_t));
code-stubs-mips.h 210 CpuFeatures::FlushICache(stub->instruction_start(),
  /external/chromium_org/v8/src/mips64/
cpu-mips64.cc 27 void CpuFeatures::FlushICache(void* start, size_t size) {
53 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
  /external/chromium_org/v8/src/arm64/
cpu-arm64.cc 43 void CpuFeatures::FlushICache(void* address, size_t length) {
  /external/chromium_org/v8/test/cctest/
test-code-stubs-arm.cc 129 CpuFeatures::FlushICache(buffer, actual_size);
test-code-stubs-arm64.cc 125 CpuFeatures::FlushICache(buffer, actual_size);
test-code-stubs-mips.cc 130 CpuFeatures::FlushICache(buffer, actual_size);
test-code-stubs-mips64.cc 130 CpuFeatures::FlushICache(buffer, actual_size);

Completed in 1091 milliseconds

1 2 3