Searched refs:object_offset (Results 1 - 7 of 7) sorted by last modified time

/external/v8/src/
H A Daccessors.cc52 int* object_offset) {
54 *object_offset = offset;
62 // If true, *object_offset contains offset of object field.
64 int* object_offset) {
71 JSArray::kLengthOffset, object_offset);
75 String::kLengthOffset, object_offset);
49 CheckForName(Handle<Name> name, Handle<String> property_name, int offset, int* object_offset) argument
63 IsJSObjectFieldAccessor(Handle<Map> map, Handle<Name> name, int* object_offset) argument
H A Daccessors.h98 // If true, *object_offset contains offset of object field.
100 int* object_offset);
/external/v8/src/builtins/
H A Dbuiltins-typedarray.cc21 int object_offset);
37 const char* method_name, int object_offset) {
52 Return(LoadObjectField(receiver, object_offset));
36 GenerateTypedArrayPrototypeGetter( const char* method_name, int object_offset) argument
/external/v8/src/ic/
H A Dic.cc1317 int object_offset; local
1319 &object_offset)) {
1320 FieldIndex index = FieldIndex::ForInObjectOffset(object_offset, *map);
1465 int object_offset; local
1467 &object_offset));
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h3359 size_t object_offset() const;
3361 /* Note that object_offset is the offset of "buf" within the attached
3363 void SetBuffer(const char* buf, size_t object_offset);
4943 inline size_t BufferHandle::object_offset() const { function in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BufferHandle
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4055 size_t object_offset() const;
4057 /* Note that object_offset is the offset of "buf" within the attached
4059 void SetBuffer(const char* buf, size_t object_offset);
5639 inline size_t BufferHandle::object_offset() const { function in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BufferHandle
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2243 uint64_t object_offset = Sec.offset + sect_offset; local
2247 if (object_offset < object_size) {
2248 const char *name = object_addr + object_offset;
2264 uint64_t object_offset = Sec.offset + sect_offset; local
2268 if (object_offset < object_size) {
2269 const char *name = object_addr + object_offset;
2470 uint64_t object_offset = Sec.offset + sect_offset; local
2474 if (object_offset < object_size) {
2476 memcpy(&pointer_value, object_addr + object_offset,
2488 memcpy(&pointer_value, object_addr + object_offset
[all...]

Completed in 225 milliseconds