/external/v8/src/ia32/ |
D | assembler-ia32-inl.h | 61 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t)); in apply() 66 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t)); in apply() 73 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t)); in apply() 79 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t)); in apply() 84 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t)); in apply() 146 CpuFeatures::FlushICache(pc_, sizeof(Address)); in set_target_object() 199 CpuFeatures::FlushICache(pc_, sizeof(Address)); in set_target_cell() 296 CpuFeatures::FlushICache(pc_, sizeof(Address)); in Visit() 303 CpuFeatures::FlushICache(pc_, sizeof(Address)); in Visit() 323 CpuFeatures::FlushICache(pc_, sizeof(Address)); in Visit() [all …]
|
D | cpu-ia32.cc | 21 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
D | codegen-ia32.cc | 68 CpuFeatures::FlushICache(buffer, actual_size); in CreateExpFunction() 97 CpuFeatures::FlushICache(buffer, actual_size); in CreateSqrtFunction() 508 CpuFeatures::FlushICache(buffer, actual_size); in CreateMemMoveFunction() 1022 CpuFeatures::FlushICache(sequence, young_length); in PatchPlatformCodeAge()
|
/external/v8/src/x87/ |
D | assembler-x87-inl.h | 61 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t)); in apply() 66 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t)); in apply() 73 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t)); in apply() 79 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t)); in apply() 84 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t)); in apply() 147 CpuFeatures::FlushICache(pc_, sizeof(Address)); in set_target_object() 200 CpuFeatures::FlushICache(pc_, sizeof(Address)); in set_target_cell() 297 CpuFeatures::FlushICache(pc_, sizeof(Address)); in Visit() 304 CpuFeatures::FlushICache(pc_, sizeof(Address)); in Visit() 324 CpuFeatures::FlushICache(pc_, sizeof(Address)); in Visit() [all …]
|
D | cpu-x87.cc | 21 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
D | codegen-x87.cc | 185 CpuFeatures::FlushICache(buffer, actual_size); in CreateMemMoveFunction() 607 CpuFeatures::FlushICache(sequence, young_length); in PatchPlatformCodeAge()
|
/external/v8/src/x64/ |
D | assembler-x64-inl.h | 199 CpuFeatures::FlushICache(pc, sizeof(int32_t)); in set_target_address_at() 232 if (flush_icache) CpuFeatures::FlushICache(pc_, sizeof(Address)); in apply() 235 if (flush_icache) CpuFeatures::FlushICache(pc_, sizeof(int32_t)); in apply() 240 if (flush_icache) CpuFeatures::FlushICache(p, sizeof(uint32_t)); in apply() 317 CpuFeatures::FlushICache(pc_, sizeof(Address)); in set_target_object() 364 CpuFeatures::FlushICache(pc_, sizeof(Address)); in set_target_cell() 442 CpuFeatures::FlushICache( in set_call_address() 474 CpuFeatures::FlushICache(pc_, sizeof(Address)); in Visit() 481 CpuFeatures::FlushICache(pc_, sizeof(Address)); in Visit() 501 CpuFeatures::FlushICache(pc_, sizeof(Address)); in Visit() [all …]
|
D | cpu-x64.cc | 21 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
D | codegen-x64.cc | 61 CpuFeatures::FlushICache(buffer, actual_size); in CreateExpFunction() 84 CpuFeatures::FlushICache(buffer, actual_size); in CreateSqrtFunction() 681 CpuFeatures::FlushICache(sequence, young_length); in PatchPlatformCodeAge()
|
D | code-stubs-x64.h | 183 CpuFeatures::FlushICache(stub->instruction_start(), 7); in Patch()
|
/external/v8/src/mips/ |
D | cpu-mips.cc | 27 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures 53 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size); in FlushICache()
|
D | macro-assembler-mips.h | 731 void FlushICache(Register address, unsigned instructions); 1676 enum FlushICache { enum 1683 FlushICache flush_cache = FLUSH); 1703 FlushICache flush_cache_; // Whether to flush the I cache after patching.
|
D | simulator-mips.h | 215 static void FlushICache(v8::internal::HashMap* i_cache, void* start,
|
/external/v8/src/mips64/ |
D | cpu-mips64.cc | 27 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures 53 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size); in FlushICache()
|
D | macro-assembler-mips64.h | 756 void FlushICache(Register address, unsigned instructions); 1738 enum FlushICache { enum 1745 FlushICache flush_cache = FLUSH); 1765 FlushICache flush_cache_; // Whether to flush the I cache after patching.
|
D | codegen-mips64.cc | 70 CpuFeatures::FlushICache(buffer, actual_size); in CreateExpFunction() 495 CpuFeatures::FlushICache(buffer, actual_size); in CreateMemCopyUint8Function() 522 CpuFeatures::FlushICache(buffer, actual_size); in CreateSqrtFunction() 1118 CpuFeatures::FlushICache(sequence, young_length); in PatchPlatformCodeAge()
|
/external/v8/src/arm/ |
D | cpu-arm.cc | 27 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures 36 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size); in FlushICache()
|
D | codegen-arm.cc | 70 CpuFeatures::FlushICache(buffer, actual_size); in CreateExpFunction() 230 CpuFeatures::FlushICache(buffer, actual_size); in CreateMemCopyUint8Function() 317 CpuFeatures::FlushICache(buffer, actual_size); in CreateMemCopyUint16Uint8Function() 345 CpuFeatures::FlushICache(buffer, actual_size); in CreateSqrtFunction() 924 CpuFeatures::FlushICache(sequence, young_length); in PatchPlatformCodeAge()
|
D | assembler-arm-inl.h | 644 CpuFeatures::FlushICache(pc, 2 * kInstrSize); in set_target_address_at() 664 CpuFeatures::FlushICache(pc, 4 * kInstrSize); in set_target_address_at()
|
D | code-stubs-arm.h | 168 CpuFeatures::FlushICache(stub->instruction_start(), in Patch()
|
/external/v8/src/arm64/ |
D | cpu-arm64.cc | 43 void CpuFeatures::FlushICache(void* address, size_t length) { in FlushICache() function in v8::internal::CpuFeatures
|
/external/v8/test/cctest/ |
D | test-code-stubs-arm.cc | 129 CpuFeatures::FlushICache(buffer, actual_size); in MakeConvertDToIFuncTrampoline()
|
D | test-code-stubs-mips.cc | 130 CpuFeatures::FlushICache(buffer, actual_size); in MakeConvertDToIFuncTrampoline()
|
D | test-code-stubs-arm64.cc | 125 CpuFeatures::FlushICache(buffer, actual_size); in MakeConvertDToIFuncTrampoline()
|
D | test-code-stubs-mips64.cc | 130 CpuFeatures::FlushICache(buffer, actual_size); in MakeConvertDToIFuncTrampoline()
|