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

  /external/v8/src/
platform.h 276 // positions indicated by the members of the CpuFeature enum from globals.h
287 static bool ArmCpuHasFeature(CpuFeature feature);
294 static bool MipsCpuHasFeature(CpuFeature feature);
platform-nullos.cc 213 bool OS::ArmCpuHasFeature(CpuFeature feature) {
v8globals.h 433 enum CpuFeature { SSE4_1 = 32 + 19, // x86
platform-linux.cc 156 bool OS::ArmCpuHasFeature(CpuFeature feature) {
234 bool OS::MipsCpuHasFeature(CpuFeature feature) {
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.h 412 static bool IsSupported(CpuFeature f) {
417 static bool IsFoundByRuntimeProbingOnly(CpuFeature f) {
422 static bool IsSafeForSnapshot(CpuFeature f) {
432 static bool VerifyCrossCompiling(CpuFeature f) {
439 static bool Check(CpuFeature f, unsigned set) {
443 static unsigned flag2set(CpuFeature f) {
    [all...]
  /external/v8/src/mips/
assembler-mips.h 414 static bool IsSupported(CpuFeature f) {
423 static bool IsEnabled(CpuFeature f) {
441 explicit Scope(CpuFeature f) {
466 explicit Scope(CpuFeature f) {}
472 explicit TryForceFeatureScope(CpuFeature f)
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 536 static bool IsSupported(CpuFeature f) {
546 static bool IsFoundByRuntimeProbingOnly(CpuFeature f) {
551 static bool IsSafeForSnapshot(CpuFeature f) {
561 static bool VerifyCrossCompiling(CpuFeature f) {
568 static bool Check(CpuFeature f, uint64_t set) {
572 static uint64_t flag2set(CpuFeature f) {
    [all...]
  /external/chromium_org/v8/src/
assembler.h 75 bool IsEnabled(CpuFeature f) {
125 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f);
132 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f) {}
141 explicit PlatformFeatureScope(CpuFeature f);
    [all...]
v8globals.h 424 enum CpuFeature { SSE4_1 = 32 + 19, // x86
assembler.cc 188 CpuFeatureScope::CpuFeatureScope(AssemblerBase* assembler, CpuFeature f)
213 PlatformFeatureScope::PlatformFeatureScope(CpuFeature f)
    [all...]
  /external/v8/src/arm/
assembler-arm.h 510 static bool IsSupported(CpuFeature f) {
518 static bool IsEnabled(CpuFeature f) {
536 explicit Scope(CpuFeature f) {
561 explicit Scope(CpuFeature f) {}
567 explicit TryForceFeatureScope(CpuFeature f)
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 460 static bool IsSupported(CpuFeature f) {
472 static bool IsEnabled(CpuFeature f) {
490 explicit Scope(CpuFeature f) {
515 explicit Scope(CpuFeature f) {}
521 explicit TryForceFeatureScope(CpuFeature f)
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.h 65 static bool IsSupported(CpuFeature f) {
70 static bool IsFoundByRuntimeProbingOnly(CpuFeature f) {
75 static bool IsSafeForSnapshot(CpuFeature f) {
87 static bool VerifyCrossCompiling(CpuFeature f) {
94 static bool Check(CpuFeature f, unsigned set) {
98 static unsigned flag2set(CpuFeature f) {
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h 473 static bool IsSupported(CpuFeature f) {
483 static bool IsFoundByRuntimeProbingOnly(CpuFeature f) {
488 static bool IsSafeForSnapshot(CpuFeature f) {
498 static bool VerifyCrossCompiling(CpuFeature f) {
505 static bool Check(CpuFeature f, uint64_t set) {
509 static uint64_t flag2set(CpuFeature f) {
    [all...]
  /external/v8/src/x64/
assembler-x64.h 454 static bool IsSupported(CpuFeature f) {
466 static bool IsEnabled(CpuFeature f) {
484 explicit Scope(CpuFeature f) {
509 explicit Scope(CpuFeature f) {}
    [all...]

Completed in 869 milliseconds