HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 876 - 900 of 1279) sorted by null

<<31323334353637383940>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_int_lit8/d/
T_mul_int_lit8_4.d 30 mul-int/lit8 v0, v8, 0
T_mul_int_lit8_5.d 30 mul-int/lit8 v0, v8, 1
T_mul_int_lit8_6.d 30 mul-int/lit8 v0, v8, 127
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_double/d/
T_neg_double_2.d 30 neg-double v0, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_long/d/
T_neg_long_3.d 30 neg-long v0, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int/d/
T_or_int_2.d 30 or-int v0, v6, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_2addr/d/
T_or_int_2addr_2.d 30 or-int/2addr v6, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit16/d/
T_or_int_lit16_6.d 30 or-int/lit16 v0, v8, 8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit8/d/
T_or_int_lit8_6.d 30 or-int/lit8 v0, v8, 10
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float/d/
T_rem_float_2.d 30 rem-float v0, v7, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float_2addr/d/
T_rem_float_2addr_2.d 30 rem-float/2addr v6, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int/d/
T_rem_int_2.d 30 rem-int v0, v7, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_2addr/d/
T_rem_int_2addr_2.d 30 rem-int/2addr v6, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_lit16/d/
T_rem_int_lit16_10.d 30 rem-int/lit16 v0, v8, 10
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_lit8/d/
T_rem_int_lit8_10.d 30 rem-int/lit8 v0, v8, 10
  /external/v8/src/
hashmap.cc 1 // Copyright 2008 the V8 project authors. All rights reserved.
36 namespace v8 { namespace
202 v8::internal::FatalProcessOutOfMemory("HashMap::Initialize");
230 } } // namespace v8::internal
atomicops_internals_arm_gcc.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
143 } } // namespace v8::internal
atomicops_internals_mips_gcc.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
165 } } // namespace v8::internal
bytecodes-irregexp.h 1 // Copyright 2008-2009 the V8 project authors. All rights reserved.
32 namespace v8 { namespace
  /external/v8/test/cctest/
test-liveedit.cc 1 // Copyright 2007-2008 the V8 project authors. All rights reserved.
32 #include "v8.h"
38 using namespace v8::internal;
161 v8::internal::V8::Initialize(NULL);
  /external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 44 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
51 'v8-suite' => \$v8suite,
56 $suite = "v8-v4" if ($v8suite);
  /external/webkit/Tools/Scripts/
run-sunspider 66 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
79 'v8-suite' => \$v8suite,
130 push @args, "--v8-suite" if $v8suite;
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_InstanceNonce.c 223 // char v3, int v4, long v5, String v6, float v7, double v8,
227 jstring v6, jfloat v7, jdouble v8, jintArray v9) {
232 (v4 != 4) || (v5 != 5) || (v7 != 7.0f) || (v8 != 8.0)) {
269 // int v5, int v6, int v7, int v8, int v9,
281 jint v5, jint v6, jint v7, jint v8, jint v9,
293 (v8 == 8) && (v9 == 9) &&
android_jni_cts_StaticNonce.c 238 // char v3, int v4, long v5, String v6, float v7, double v8,
242 jstring v6, jfloat v7, jdouble v8, jintArray v9) {
247 (v4 != 4) || (v5 != 5) || (v7 != 7.0f) || (v8 != 8.0)) {
284 // int v5, int v6, int v7, int v8, int v9,
296 jint v5, jint v6, jint v7, jint v8, jint v9,
308 (v8 == 8) && (v9 == 9) &&
  /external/clang/test/SemaCXX/
constant-expression.cpp 29 v8 = etval, enumerator in enum:C::E

Completed in 167 milliseconds

<<31323334353637383940>>