HomeSort by relevance Sort by last modified time
    Searched refs:CpuFeatures (Results 51 - 75 of 83) sorted by null

1 23 4

  /external/v8/src/mips64/
assembler-mips64.cc 91 void CpuFeatures::ProbeImpl(bool cross_compile) {
110 void CpuFeatures::PrintTarget() { }
111 void CpuFeatures::PrintFeatures() { }
203 CpuFeatures::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
    [all...]
  /external/v8/src/arm/
lithium-arm.cc     [all...]
regexp-macro-assembler-arm.cc     [all...]
lithium-codegen-arm.cc     [all...]
full-codegen-arm.cc     [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 44 // CpuFeatures implementation.
46 void CpuFeatures::ProbeImpl(bool cross_compile) {
61 void CpuFeatures::PrintTarget() { }
62 void CpuFeatures::PrintFeatures() { }
195 CpuFeatures::FlushICache(pc_, instruction_count * kInstructionSize);
    [all...]
codegen-arm64.cc 67 CpuFeatures::FlushICache(buffer, actual_size);
assembler-arm64-inl.h 17 bool CpuFeatures::SupportsCrankshaft() { return true; }
664 // CpuFeatures::FlushICache(pc, sizeof(target));
    [all...]
assembler-arm64.h     [all...]
  /external/v8/src/x64/
assembler-x64.cc 17 // Implementation of CpuFeatures
19 void CpuFeatures::ProbeImpl(bool cross_compile) {
34 void CpuFeatures::PrintTarget() { }
35 void CpuFeatures::PrintFeatures() { }
78 CpuFeatures::FlushICache(pc_, instruction_count);
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 533 if (!CpuFeatures::IsSupported(SSE4_1)) return;
test-assembler-x64.cc 677 if (!CpuFeatures::IsSupported(SSE4_1)) return;
test-disasm-ia32.cc 453 if (CpuFeatures::IsSupported(SSE4_1)) {
test-disasm-x64.cc 418 if (CpuFeatures::IsSupported(SSE4_1)) {
  /external/v8/src/compiler/x64/
code-generator-x64.cc 434 if (CpuFeatures::IsSupported(SAHF) && masm()->IsEnabled(SAHF)) {
  /external/v8/src/
isolate.h 45 class CpuFeatures;
    [all...]
code-stubs.h     [all...]
isolate.cc     [all...]
serialize.cc 212 "CpuFeatures::FlushICache");
610 CpuFeatures::FlushICache(p->area_start(), p->area_end() - p->area_start());
    [all...]
deoptimizer.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 222 if (CpuFeatures::IsSupported(SSE3)) {
238 if (CpuFeatures::IsSupported(SSE3)) {
249 if (CpuFeatures::IsSupported(SSE3)) {
    [all...]
lithium-codegen-ia32.cc     [all...]
macro-assembler-ia32.cc 285 if (CpuFeatures::IsSupported(SSE3)) {
    [all...]
  /external/v8/src/ic/
ic.cc 474 CpuFeatures::FlushICache(stub->instruction_start(), stub->instruction_size());
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc     [all...]

Completed in 605 milliseconds

1 23 4