Searched
refs:v8 (Results
426 -
450 of
1279) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
V8Counters.h | 29 #if USE(V8) 34 #include <v8.h> 41 // Counter callbacks, see v8.h 76 #endif // USE(V8)
|
/external/v8/test/cctest/ |
test-mark-compact.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 30 #include "v8.h" 36 using namespace v8::internal; 38 static v8::Persistent<v8::Context> env; 41 if (env.IsEmpty()) env = v8::Context::New(); 42 v8::HandleScope scope; 85 v8::HandleScope sc; 113 v8::HandleScope sc; 151 v8::HandleScope sc [all...] |
/external/v8/src/mips/ |
simulator-mips.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 32 // V8 calls into generated code by "calling" the CALL_GENERATED_CODE macro, 45 namespace v8 { namespace 69 class SimulatorStack : public v8::internal::AllStatic { 82 } } // namespace v8::internal 99 namespace v8 { namespace 178 static Simulator* current(v8::internal::Isolate* isolate); 210 // V8 generally calls into generated JS code with 5 parameters and into 222 static void FlushICache(v8::internal::HashMap* i_cache, void* start, 302 static void CheckICache(v8::internal::HashMap* i_cache, Instruction* instr) [all...] |
/cts/tests/tests/jni/src/android/jni/cts/ |
InstanceNonce.java | 69 char v3, int v4, long v5, String v6, float v7, double v8, 73 int v5, int v6, int v7, int v8, int v9,
|
StaticNonce.java | 70 char v3, int v4, long v5, String v6, float v7, double v8, 74 int v5, int v6, int v7, int v8, int v9,
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_eq/d/ |
T_if_eq_5.d | 16 if-eq v6, v8, Label11
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_ge/d/ |
T_if_ge_4.d | 16 if-ge v6, v8, Label11
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_gt/d/ |
T_if_gt_4.d | 16 if-gt v7, v8, Label11
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_le/d/ |
T_if_le_4.d | 16 if-le v6, v8, Label11
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_lt/d/ |
T_if_lt_4.d | 16 if-lt v6, v8, Label11
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_ne/d/ |
T_if_ne_5.d | 16 if-ne v6, v8, Label11
|
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_int/d/ |
T_shl_int_2.d | 16 shl-int v0, v7, v8
|
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_int_2addr/d/ |
T_shl_int_2addr_2.d | 16 shl-int/2addr v7, v8
|
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_int_lit8/d/ |
T_shl_int_lit8_7.d | 16 shl-int/lit8 v0, v8, 2
|
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_long/d/ |
T_shl_long_1.d | 16 shl-long v0, v8, v10
|
T_shl_long_2.d | 16 shl-long v0, v8, v11
|
T_shl_long_7.d | 16 shl-long v0, v8, v10
|
/cts/tools/vm-tests/src/dot/junit/opcodes/shr_int/d/ |
T_shr_int_2.d | 16 shr-int v0, v6, v8
|
/cts/tools/vm-tests/src/dot/junit/opcodes/shr_int_2addr/d/ |
T_shr_int_2addr_2.d | 16 shr-int/2addr v6, v8
|
/cts/tools/vm-tests/src/dot/junit/opcodes/shr_int_lit8/d/ |
T_shr_int_lit8_7.d | 16 shr-int/lit8 v0, v8, 2
|
/cts/tools/vm-tests/src/dot/junit/opcodes/shr_long/d/ |
T_shr_long_1.d | 16 shr-long v0, v8, v10
|
T_shr_long_2.d | 16 shr-long v0, v8, v11
|
T_shr_long_7.d | 16 shr-long v0, v8, v10
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/d/ |
T_if_eq_5.d | 16 if-eq v6, v8, Label11
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ge/d/ |
T_if_ge_4.d | 16 if-ge v6, v8, Label11
|
Completed in 110 milliseconds
<<11121314151617181920>>