Searched refs:object_offset (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
H A Daccessors.h79 // If true, *object_offset contains offset of object field.
83 int* object_offset);
H A Daccessors.cc73 int* object_offset) {
75 *object_offset = offset;
83 // If true, *object_offset contains offset of object field.
87 int* object_offset) {
92 String::kLengthOffset, object_offset);
102 JSArray::kLengthOffset, object_offset);
106 JSTypedArray::kLengthOffset, object_offset) ||
108 JSTypedArray::kByteLengthOffset, object_offset) ||
110 JSTypedArray::kByteOffsetOffset, object_offset);
114 JSArrayBuffer::kByteLengthOffset, object_offset);
70 CheckForName(Handle<Name> name, Handle<String> property_name, int offset, int* object_offset) argument
85 IsJSObjectFieldAccessor(typename T::TypeHandle type, Handle<Name> name, int* object_offset) argument
[all...]
/external/lldb/include/lldb/Core/
H A DModuleSpec.h253 SetObjectOffset (uint64_t object_offset) argument
255 m_object_offset = object_offset;
365 strm.Printf("object_offset = 0x%" PRIx64, m_object_offset);
H A DModule.h83 /// @param[in] object_offset
91 off_t object_offset = 0,
/external/chromium_org/third_party/android_platform/development/scripts/
H A Dsymbol.py380 (object_symbol, object_offset) = addr_to_objdump.get(addr)
382 object_offset)
/external/lldb/source/Core/
H A DModule.cpp173 off_t object_offset,
183 m_object_offset (object_offset),
170 Module(const FileSpec& file_spec, const ArchSpec& arch, const ConstString *object_name, off_t object_offset, const TimeValue *object_mod_time_ptr) argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp187 off_t object_offset,
189 Module (file_spec, arch, object_name, object_offset, object_mod_time_ptr),
182 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, const FileSpec& file_spec, const ArchSpec& arch, const ConstString *object_name, off_t object_offset, const TimeValue *object_mod_time_ptr) argument
/external/chromium_org/v8/src/ic/
H A Dic.cc996 int object_offset; local
998 &object_offset)) {
1000 FieldIndex::ForInObjectOffset(object_offset, js_receiver->map());

Completed in 604 milliseconds