HomeSort by relevance Sort by last modified time
    Searched refs:Int32Value (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /art/compiler/dex/quick/
gen_common.cc 463 mirror::Array::DataOffset(component_size).Int32Value());
481 -mirror::Array::DataOffset(component_size).Int32Value());
488 mirror::Array::DataOffset(component_size).Int32Value() + i * 4, rl_arg.reg);
533 DCHECK_GE(field_info.FieldOffset().Int32Value(), 0);
539 LoadRefDisp(rl_method.reg, mirror::ArtMethod::DeclaringClassOffset().Int32Value(), r_base,
557 LoadRefDisp(r_method, mirror::ArtMethod::DexCacheResolvedTypesOffset().Int32Value(), r_base,
559 int32_t offset_of_field = ObjArray::OffsetOfElement(field_info.StorageIndex()).Int32Value();
572 mirror::Class::StatusOffset().Int32Value(),
597 StoreRefDisp(r_base, field_info.FieldOffset().Int32Value(), rl_src.reg,
600 StoreBaseDisp(r_base, field_info.FieldOffset().Int32Value(), rl_src.reg, store_size
    [all...]
  /art/compiler/jni/quick/
calling_convention.h 323 return FrameOffset(this->displacement_.Int32Value() + sizeof(StackReference<mirror::ArtMethod>));
328 return FrameOffset(HandleScopeOffset().Int32Value() + HandleScope::LinkOffset(frame_pointer_size_));
332 return FrameOffset(HandleScopeOffset().Int32Value() +
337 return FrameOffset(HandleScopeOffset().Int32Value() +
  /art/runtime/mirror/
object.cc 207 if (field->GetOffset().Int32Value() == field_offset.Int32Value()) {
226 if (field->GetOffset().Int32Value() == field_offset.Int32Value()) {
object-inl.h 415 const byte* raw_addr = reinterpret_cast<const byte*>(this) + field_offset.Int32Value();
443 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
471 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
489 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
507 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
518 const byte* raw_addr = reinterpret_cast<const byte*>(this) + field_offset.Int32Value();
546 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
573 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
590 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
601 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
    [all...]
array.h 79 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(component_size).Int32Value() +
85 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(component_size).Int32Value() +
object_test.cc 79 EXPECT_EQ(CLASS_OFFSET, Object::ClassOffset().Int32Value());
80 EXPECT_EQ(LOCK_WORD_OFFSET, Object::MonitorOffset().Int32Value());
82 EXPECT_EQ(CLASS_COMPONENT_TYPE_OFFSET, Class::ComponentTypeOffset().Int32Value());
84 EXPECT_EQ(ARRAY_LENGTH_OFFSET, Array::LengthOffset().Int32Value());
85 EXPECT_EQ(OBJECT_ARRAY_DATA_OFFSET, Array::DataOffset(sizeof(HeapReference<Object>)).Int32Value());
87 EXPECT_EQ(STRING_VALUE_OFFSET, String::ValueOffset().Int32Value());
88 EXPECT_EQ(STRING_COUNT_OFFSET, String::CountOffset().Int32Value());
89 EXPECT_EQ(STRING_OFFSET_OFFSET, String::OffsetOffset().Int32Value());
90 EXPECT_EQ(STRING_DATA_OFFSET, Array::DataOffset(sizeof(uint16_t)).Int32Value());
92 EXPECT_EQ(METHOD_DEX_CACHE_METHODS_OFFSET, ArtMethod::DexCacheResolvedMethodsOffset().Int32Value());
    [all...]
  /external/chromium_org/extensions/renderer/
blob_native_handler.cc 36 args[2]->Int32Value());
render_view_observer_natives.cc 64 int view_id = args[0]->Int32Value();
send_request_natives.cc 42 int request_id = args[2]->Int32Value();
messaging_bindings.cc 116 int port_id = args[0]->Int32Value();
136 int port_id = args[0]->Int32Value();
157 int port_id = args[0]->Int32Value();
169 int port_id = args[0]->Int32Value();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8JavaScriptCallFrameCustom.cpp 60 int scopeIndex = info[0]->Int32Value();
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 82 FrameOffset(displacement_.Int32Value() + // displacement
199 size_t offset = displacement_.Int32Value() - OutArgSize() + ((itr_slots_ - 4) * kFramePointerSize);
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 82 FrameOffset(displacement_.Int32Value() + // displacement
202 size_t offset = displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize);
  /art/compiler/dex/quick/x86/
call_x86.cc 177 Thread::ExceptionOffset<8>().Int32Value() :
178 Thread::ExceptionOffset<4>().Int32Value();
195 Thread::CardTableOffset<8>().Int32Value() :
196 Thread::CardTableOffset<4>().Int32Value();
  /art/compiler/llvm/
runtime_support_builder_x86.cc 46 std::string inline_asm(StringPrintf("mov %%fs:%d, $0", Thread::SelfOffset().Int32Value()));
  /art/runtime/arch/
arch_test.cc 370 EXPECT_EQ(self_offset.Int32Value(), THREAD_SELF_OFFSET);
377 EXPECT_EQ(card_offset.Int32Value(), THREAD_CARD_TABLE_OFFSET);
384 EXPECT_EQ(exc_offset.Int32Value(), THREAD_EXCEPTION_OFFSET);
391 EXPECT_EQ(id_offset.Int32Value(), THREAD_ID_OFFSET);
  /external/chromium_org/chrome/renderer/net/
net_error_page_controller.cc 85 net_error_helper->TrackClick(args.PeekNext()->Int32Value());
  /external/chromium_org/v8/test/cctest/
test-js-arm64-variables.cc 67 CHECK_EQ(expected, result->Int32Value());
test-platform.cc 97 CHECK_EQ(0, result->Int32Value() % OS::ActivationFrameAlignment());
test-accessors.cc 86 CHECK_EQ(900, getter->Run()->Int32Value());
88 CHECK_EQ(901, setter->Run()->Int32Value());
90 CHECK_EQ(907, getter->Run()->Int32Value());
92 CHECK_EQ(908, setter->Run()->Int32Value());
95 CHECK_EQ(902, getter->Run()->Int32Value());
97 CHECK_EQ(903, setter->Run()->Int32Value());
115 *field = value->Int32Value();
176 x_register[offset] = value->Int32Value();
305 CHECK_EQ(17, result->Int32Value());
369 CHECK_EQ(17, result->Int32Value());
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 215 if (fast_path && !is_volatile && IsUint(16, field_offset.Int32Value())) {
219 << " by field offset " << field_offset.Int32Value()
225 inst->SetVRegC_22c(static_cast<uint16_t>(field_offset.Int32Value()));
  /art/compiler/dex/quick/mips/
call_mips.cc 262 int ex_offset = Thread::ExceptionOffset<4>().Int32Value();
280 LoadWordDisp(rs_rMIPS_SELF, Thread::CardTableOffset<4>().Int32Value(), reg_card_base);
312 Load32Disp(rs_rMIPS_SELF, Thread::StackEndOffset<4>().Int32Value(), check_reg);
  /art/compiler/jni/portable/
jni_compiler.cc 93 mirror::ArtMethod::DeclaringClassOffset().Int32Value(),
130 irb_.Runtime().EmitLoadFromThreadOffset(Thread::JniEnvOffset().Int32Value(),
137 mirror::ArtMethod::NativeMethodOffset().Int32Value(),
  /external/chromium_org/chrome/renderer/extensions/
app_window_custom_bindings.cc 82 int view_id = args[0]->Int32Value();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NodeFilterCondition.cpp 98 return result->Int32Value();

Completed in 269 milliseconds

12 3 4 5