HomeSort by relevance Sort by last modified time
    Searched refs:Int32Value (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /art/runtime/
offsets.cc 24 return os << offs.Int32Value();
offsets.h 29 int32_t Int32Value() const {
  /external/chromium_org/v8/test/cctest/
test-object-observe.cc 94 CHECK_EQ(1, CompileRun("calls")->Int32Value());
95 CHECK_EQ(3, CompileRun("count")->Int32Value());
109 CHECK_EQ(1, CompileRun("count")->Int32Value());
128 CHECK_EQ(3, CompileRun("ordering.length")->Int32Value());
129 CHECK_EQ(1, CompileRun("ordering[0]")->Int32Value());
130 CHECK_EQ(2, CompileRun("ordering[1]")->Int32Value());
131 CHECK_EQ(3, CompileRun("ordering[2]")->Int32Value());
138 CHECK_EQ(3, CompileRun("ordering.length")->Int32Value());
139 CHECK_EQ(1, CompileRun("ordering[0]")->Int32Value());
140 CHECK_EQ(2, CompileRun("ordering[1]")->Int32Value());
    [all...]
test-deoptimization.cc 135 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
151 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
173 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
190 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
213 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
214 CHECK_EQ(6, env->Global()->Get(v8_str("result"))->Int32Value());
238 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
239 CHECK_EQ(11, env->Global()->Get(v8_str("calls"))->Int32Value());
270 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
271 CHECK_EQ(14, env->Global()->Get(v8_str("result"))->Int32Value());
    [all...]
  /external/v8/test/cctest/
test-deoptimization.cc 131 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
147 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
169 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
186 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
209 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
210 CHECK_EQ(6, env->Global()->Get(v8_str("result"))->Int32Value());
234 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
235 CHECK_EQ(11, env->Global()->Get(v8_str("calls"))->Int32Value());
266 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
267 CHECK_EQ(14, env->Global()->Get(v8_str("result"))->Int32Value());
    [all...]
test-api.cc 86 CHECK_EQ(expected, result->Int32Value());
159 CHECK_EQ(6, script->Run()->Int32Value());
323 CHECK_EQ(6, script->Run()->Int32Value());
397 CHECK_EQ(7, value->Int32Value());
422 CHECK_EQ(7, value->Int32Value());
448 CHECK_EQ(7, value->Int32Value());
474 CHECK_EQ(7, value->Int32Value());
679 CHECK_EQ(7, value->Int32Value());
700 CHECK_EQ(7, value->Int32Value());
749 CHECK_EQ(68, value->Int32Value());
    [all...]
  /art/compiler/trampolines/
trampoline_compiler.cc 35 __ LoadFromOffset(kLoadWord, PC, R0, offset.Int32Value());
38 __ LoadFromOffset(kLoadWord, IP, R0, JNIEnvExt::SelfOffset().Int32Value());
39 __ LoadFromOffset(kLoadWord, PC, IP, offset.Int32Value());
43 __ LoadFromOffset(kLoadWord, PC, R9, offset.Int32Value());
63 __ LoadFromOffset(kLoadWord, T9, A0, offset.Int32Value());
66 __ LoadFromOffset(kLoadWord, T9, A0, JNIEnvExt::SelfOffset().Int32Value());
67 __ LoadFromOffset(kLoadWord, T9, T9, offset.Int32Value());
71 __ LoadFromOffset(kLoadWord, T9, S1, offset.Int32Value());
  /art/runtime/mirror/
object_array-inl.h 46 MemberOffset data_offset(DataOffset(sizeof(Object*)).Int32Value() + i * sizeof(Object*));
65 MemberOffset data_offset(DataOffset(sizeof(Object*)).Int32Value() + i * sizeof(Object*));
75 MemberOffset data_offset(DataOffset(sizeof(Object*)).Int32Value() + i * sizeof(Object*));
82 MemberOffset data_offset(DataOffset(sizeof(Object*)).Int32Value() + i * sizeof(Object*));
89 MemberOffset data_offset(DataOffset(sizeof(Object*)).Int32Value() + i * sizeof(Object*));
101 MemberOffset src_offset(DataOffset(sizeof(Object*)).Int32Value() + src_pos * sizeof(Object*));
102 MemberOffset dst_offset(DataOffset(sizeof(Object*)).Int32Value() + dst_pos * sizeof(Object*));
array.h 64 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(component_size).Int32Value();
69 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(component_size).Int32Value();
106 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(sizeof(T)).Int32Value();
111 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(sizeof(T)).Int32Value();
object.cc 98 if (field->GetOffset().Int32Value() == field_offset.Int32Value()) {
116 if (field->GetOffset().Int32Value() == field_offset.Int32Value()) {
  /art/compiler/jni/quick/
calling_convention.cc 109 size_t start_of_sirt = SirtLinkOffset().Int32Value() + kPointerSize;
116 return FrameOffset(SavedLocalReferenceCookieOffset().Int32Value() + 4);
163 int result = SirtLinkOffset().Int32Value() + kPointerSize;
165 CHECK_GT(result, SirtLinkOffset().Int32Value());
calling_convention.h 255 return FrameOffset(displacement_.Int32Value() +
259 return FrameOffset(SirtOffset().Int32Value() +
263 return FrameOffset(SirtOffset().Int32Value() +
  /external/chromium_org/chrome/renderer/extensions/
set_icon_natives.cc 41 int width = image_data->Get(v8::String::New("width"))->Int32Value();
42 int height = image_data->Get(v8::String::New("height"))->Int32Value();
59 int data_length = data->Get(v8::String::New("length"))->Int32Value();
77 ((data->Get(v8::Integer::New(4*t + 3))->Int32Value() & 0xFF) << 24) |
78 ((data->Get(v8::Integer::New(4*t + 0))->Int32Value() & 0xFF) << 16) |
79 ((data->Get(v8::Integer::New(4*t + 1))->Int32Value() & 0xFF) << 8) |
80 ((data->Get(v8::Integer::New(4*t + 2))->Int32Value() & 0xFF) << 0));
131 details->Get(v8::String::New("tabId"))->Int32Value());
138 int request_id = args[2]->Int32Value();
page_capture_custom_bindings.cc 36 WebKit::WebBlob::createFromFile(path, args[1]->Int32Value());
48 render_view->GetRoutingID(), args[0]->Int32Value()));
tabs_custom_bindings.cc 35 int tab_id = args[0]->Int32Value();
  /art/compiler/llvm/
runtime_support_builder.cc 88 Value* old_shadow_frame = EmitLoadFromThreadOffset(Thread::TopShadowFrameOffset().Int32Value(),
91 EmitStoreToThreadOffset(Thread::TopShadowFrameOffset().Int32Value(),
133 EmitStoreToThreadOffset(Thread::TopShadowFrameOffset().Int32Value(),
147 Value* exception = EmitLoadFromThreadOffset(Thread::ExceptionOffset().Int32Value(),
169 mirror::Object::MonitorOffset().Int32Value(),
189 EmitLoadFromThreadOffset(Thread::ThinLockIdOffset().Int32Value(),
198 mirror::Object::MonitorOffset().Int32Value(),
214 EmitLoadFromThreadOffset(Thread::ThinLockIdOffset().Int32Value(),
219 mirror::Object::MonitorOffset().Int32Value(),
239 mirror::Object::MonitorOffset().Int32Value(),
    [all...]
runtime_support_builder_thumb2.cc 54 StringAppendF(&asms, "add $3, $1, #%" PRId32 "\n", mirror::Object::MonitorOffset().Int32Value());
55 StringAppendF(&asms, "ldr $2, [r9, #%" PRId32 "]\n", Thread::ThinLockIdOffset().Int32Value());
  /art/compiler/utils/mips/
assembler_mips.cc 614 StoreToOffset(kStoreWord, src.AsCoreRegister(), SP, dest.Int32Value());
617 StoreToOffset(kStoreWord, src.AsRegisterPairLow(), SP, dest.Int32Value());
619 SP, dest.Int32Value() + 4);
621 StoreFToOffset(src.AsFRegister(), SP, dest.Int32Value());
624 StoreDToOffset(src.AsDRegister(), SP, dest.Int32Value());
631 StoreToOffset(kStoreWord, src.AsCoreRegister(), SP, dest.Int32Value());
637 StoreToOffset(kStoreWord, src.AsCoreRegister(), SP, dest.Int32Value());
645 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, dest.Int32Value());
653 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), S1, dest.Int32Value());
661 AddConstant(scratch.AsCoreRegister(), SP, fr_offs.Int32Value());
    [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 160 NewLIR2(kX86Mov32RT, rDX, Thread::ThinLockIdOffset().Int32Value());
163 NewLIR3(kX86LockCmpxchgMR, rCX, mirror::Object::MonitorOffset().Int32Value(), rDX);
177 NewLIR2(kX86Mov32RT, rDX, Thread::ThinLockIdOffset().Int32Value());
179 NewLIR3(kX86Mov32RM, rCX, rAX, mirror::Object::MonitorOffset().Int32Value());
182 NewLIR3(kX86Mov32MR, rAX, mirror::Object::MonitorOffset().Int32Value(), rCX);
191 int ex_offset = Thread::ExceptionOffset().Int32Value();
205 NewLIR2(kX86Mov32RT, reg_card_base, Thread::CardTableOffset().Int32Value());
int_x86.cc 244 NewLIR2(kX86Cmp16TI8, offset.Int32Value(), val);
415 NewLIR2(opcode, r_dest, thread_offset.Int32Value());
424 int len_offset = mirror::Array::LengthOffset().Int32Value();
431 data_offset = mirror::Array::DataOffset(sizeof(int64_t)).Int32Value();
433 data_offset = mirror::Array::DataOffset(sizeof(int32_t)).Int32Value();
471 int len_offset = mirror::Array::LengthOffset().Int32Value();
475 data_offset = mirror::Array::DataOffset(sizeof(int64_t)).Int32Value();
477 data_offset = mirror::Array::DataOffset(sizeof(int32_t)).Int32Value();
513 int len_offset = mirror::Array::LengthOffset().Int32Value();
514 int data_offset = mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8JavaScriptCallFrameCustom.cpp 55 int scopeIndex = args[0]->Int32Value();
70 int scopeIndex = args[0]->Int32Value();
  /art/compiler/utils/arm/
assembler_arm.cc     [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 432 LoadWordDisp(rARM_SELF, QUICK_ENTRYPOINT_OFFSET(pHandleFillArrayData).Int32Value(),
473 LoadWordDisp(rARM_SELF, Thread::ThinLockIdOffset().Int32Value(), r2);
475 mirror::Object::MonitorOffset().Int32Value() >> 2); // Get object->lock
484 mirror::Object::MonitorOffset().Int32Value() >> 2);
488 LoadWordDisp(rARM_SELF, QUICK_ENTRYPOINT_OFFSET(pLockObject).Int32Value(), rARM_LR);
507 LoadWordDisp(r0, mirror::Object::MonitorOffset().Int32Value(), r1); // Get lock
508 LoadWordDisp(rARM_SELF, Thread::ThinLockIdOffset().Int32Value(), r2);
517 StoreWordDisp(r0, mirror::Object::MonitorOffset().Int32Value(), r3);
519 LoadWordDisp(rARM_SELF, QUICK_ENTRYPOINT_OFFSET(pUnlockObject).Int32Value(), rARM_LR);
527 int ex_offset = Thread::ExceptionOffset().Int32Value();
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 300 mirror::Array::DataOffset(component_size).Int32Value());
313 -mirror::Array::DataOffset(component_size).Int32Value());
320 mirror::Array::DataOffset(component_size).Int32Value() +
350 mirror::ArtMethod::DeclaringClassOffset().Int32Value(), rBase);
368 mirror::ArtMethod::DexCacheInitializedStaticStorageOffset().Int32Value(),
371 mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value() +
436 mirror::ArtMethod::DeclaringClassOffset().Int32Value(), rBase);
451 mirror::ArtMethod::DexCacheInitializedStaticStorageOffset().Int32Value(),
453 LoadWordDisp(rBase, mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value() +
555 OpRegMem(kOpMov, TargetReg(kArg1), v1, mirror::Array::LengthOffset().Int32Value());
    [all...]
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 88 return FrameOffset(displacement_.Int32Value() + // displacement
152 return FrameOffset(displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kPointerSize));

Completed in 1363 milliseconds

1 2 3 4