Searched
refs:v8 (Results
676 -
700 of
1123) sorted by null
<<21222324252627282930>>
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_int_lit16/d/ |
T_mul_int_lit16_3.d | 30 mul-int/lit16 v0, v8, 130
|
T_mul_int_lit16_4.d | 30 mul-int/lit16 v0, v8, 0
|
T_mul_int_lit16_5.d | 30 mul-int/lit16 v0, v8, 1
|
T_mul_int_lit16_6.d | 30 mul-int/lit16 v0, v8, 32767
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_int_lit8/d/ |
T_mul_int_lit8_1.d | 30 mul-int/lit8 v0, v8, 10
|
T_mul_int_lit8_2.d | 30 mul-int/lit8 v0, v8, -15
|
T_mul_int_lit8_3.d | 30 mul-int/lit8 v0, v8, 10
|
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/ |
global-handles.cc | 1 // Copyright 2009 the V8 project authors. All rights reserved. 28 #include "v8.h" 35 namespace v8 { namespace 69 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId; 90 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId; 119 return class_id_ != v8::HeapProfiler::kPersistentHandleNoClassId; 223 v8::Persistent<v8::Object> object = ToApi<v8::Object>(handle()); 231 // Leaving V8 [all...] |
/external/v8/src/mips/ |
simulator-mips.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 32 #include "v8.h" 47 namespace v8 { namespace 67 // ::v8::internal::OS in the same way as SNPrintF is that the Windows C Run-Time 380 v8::internal::EmbeddedVector<char, 256> buffer; 528 Heap* current_heap = v8::internal::Isolate::Current()->heap(); 548 v8::internal::EmbeddedVector<char, 256> buffer; 592 v8::internal::OS::DebugBreak(); 682 v8::internal::EmbeddedVector<char, 256> buffer; 802 void Simulator::FlushICache(v8::internal::HashMap* i_cache [all...] |
/external/v8/test/cctest/ |
test-date.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 28 #include "v8.h" 34 using namespace v8::internal; 122 v8::HandleScope scope;
|
Completed in 221 milliseconds
<<21222324252627282930>>