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

  /external/v8/src/mips/
cpu-mips.cc 51 CpuFeatures* cpu_features = Isolate::Current()->cpu_features(); local
52 cpu_features->Probe(true);
53 if (!cpu_features->IsSupported(FPU) || Serializer::enabled()) {
assembler-mips.cc 655 ASSERT(isolate()->cpu_features()->IsEnabled(FPU));
669 ASSERT(isolate()->cpu_features()->IsEnabled(FPU));
682 ASSERT(isolate()->cpu_features()->IsEnabled(FPU));
717 ASSERT(isolate()->cpu_features()->IsEnabled(FPU));
    [all...]
assembler-mips.h 367 : cpu_features_(Isolate::Current()->cpu_features()),
    [all...]
macro-assembler-mips.cc 842 if (!Isolate::Current()->cpu_features()->IsSupported(FPU)) {
851 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) {
    [all...]
  /external/webrtc/src/system_wrappers/source/
Android.mk 20 cpu_features.cc \
  /external/v8/test/cctest/
test-assembler-mips.cc 287 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) {
360 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) {
421 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) {
569 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) {
777 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) {
1082 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) {
1165 if (Isolate::Current()->cpu_features()->IsSupported(FPU)) {
    [all...]

Completed in 660 milliseconds