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

1 2

  /art/runtime/mirror/
art_field.cc 49 DCHECK_ALIGNED(num_bytes.Uint32Value(), 8);
52 SetField32(OFFSET_OF_OBJECT_MEMBER(ArtField, offset_), num_bytes.Uint32Value(), false);
object_array-inl.h 112 src_offset = MemberOffset(src_offset.Uint32Value() + sizeof(Object*));
113 dst_offset = MemberOffset(dst_offset.Uint32Value() + sizeof(Object*));
127 src_offset = MemberOffset(src_offset.Uint32Value() + sizeof(Object*));
128 dst_offset = MemberOffset(dst_offset.Uint32Value() + sizeof(Object*));
  /art/runtime/
offsets.h 32 uint32_t Uint32Value() const {
class_linker_test.cc 416 if (field->GetOffset().Uint32Value() != offset.cpp_offset) {
424 if (field->GetOffset().Uint32Value() != offset.cpp_offset) {
428 << " Java=" << field->GetOffset().Uint32Value() << " C++=" << offset.cpp_offset;
    [all...]
class_linker.cc     [all...]
thread.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLAllCollectionCustom.cpp 73 RefPtr<Node> result = collection->item(index->Uint32Value());
114 if (Node* node = imp->namedItemWithIndex(name, index->Uint32Value())) {
V8SQLTransactionSyncCustom.cpp 71 sqlArgsLength = length->Uint32Value();
V8SQLTransactionCustom.cpp 72 sqlArgsLength = length->Uint32Value();
  /art/compiler/jni/quick/
jni_compiler.cc 120 CHECK_LT(sirt_offset.Uint32Value(), frame_size);
137 CHECK_LT(sirt_offset.Uint32Value(), frame_size);
138 CHECK_NE(sirt_offset.Uint32Value(),
139 main_jni_conv->SavedLocalReferenceCookieOffset().Uint32Value());
293 return_save_location.Uint32Value() % 8 != 0) {
295 return_save_location = FrameOffset(return_save_location.Uint32Value() + kPointerSize);
297 CHECK_LT(return_save_location.Uint32Value(), frame_size+main_out_arg_size);
407 CHECK_LT(sirt_offset.Uint32Value(), (frame_size + out_arg_size));
437 CHECK_GT(in_off.Uint32Value(), frame_size);
450 CHECK_LT(out_off.Uint32Value(), frame_size)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 296 return value->Uint32Value();
324 return numberObject->Uint32Value();
359 return value->Uint32Value();
SerializedScriptValue.cpp 866 bool hasIndexedProperty = !hasStringProperty && propertyName->IsUint32() && composite()->HasRealIndexedProperty(propertyName->Uint32Value());
    [all...]
  /art/runtime/gc/collector/
mark_sweep-inl.h 121 DCHECK_EQ(mirror::Object::ClassOffset().Uint32Value(), 0U);
  /art/runtime/gc/
heap.h 242 DCHECK_NE(reference_pendingNext_offset_.Uint32Value(), 0U);
247 DCHECK_NE(finalizer_reference_zombie_offset_.Uint32Value(), 0U);
heap.cc     [all...]
  /external/chromium_org/v8/src/
d8.cc 321 int index = args[0]->Uint32Value();
357 int index = args[0]->Uint32Value();
377 int index = args[0]->Uint32Value();
394 int index = args[0]->Uint32Value();
    [all...]
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc     [all...]
  /external/v8/include/
v8.h 977 V8EXPORT uint32_t Uint32Value() const;
    [all...]
  /external/v8/src/
d8.cc 288 return value_in->Uint32Value();
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]
test-debug.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]
test-debug.cc     [all...]

Completed in 944 milliseconds

1 2