Searched defs:object_offset (Results 1 - 6 of 6) sorted by relevance

/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);
/external/v8/src/
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/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/v8/src/ic/
H A Dic.cc996 int object_offset; local
998 &object_offset)) {
1000 FieldIndex::ForInObjectOffset(object_offset, js_receiver->map());
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2140 uint64_t object_offset = Sec.offset + sect_offset; local
2144 if (object_offset < object_size) {
2145 const char *name = object_addr + object_offset;
2161 uint64_t object_offset = Sec.offset + sect_offset; local
2165 if (object_offset < object_size) {
2166 const char *name = object_addr + object_offset;
2367 uint64_t object_offset = Sec.offset + sect_offset; local
2371 if (object_offset < object_size) {
2373 memcpy(&pointer_value, object_addr + object_offset,
2385 memcpy(&pointer_value, object_addr + object_offset
[all...]

Completed in 201 milliseconds