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

1 2 3

  /external/v8/src/
field-index-inl.h 14 inline FieldIndex FieldIndex::ForInObjectOffset(int offset, Map* map) {
20 return FieldIndex(true, index, false, 0, 0, true);
24 inline FieldIndex FieldIndex::ForPropertyIndex(Map* map,
37 return FieldIndex(is_inobject,
43 // FieldIndex object from it.
44 inline FieldIndex FieldIndex::ForLoadByFieldIndex(Map* map, int orig_index) {
59 FieldIndex result(is_inobject, field_index, is_double
    [all...]
field-index.h 20 class FieldIndex final {
22 FieldIndex() : bit_field_(0) {}
24 static FieldIndex ForPropertyIndex(Map* map,
27 static FieldIndex ForInObjectOffset(int offset, Map* map = NULL);
28 static FieldIndex ForDescriptor(Map* map, int descriptor_index);
29 static FieldIndex ForLoadByFieldIndex(Map* map, int index);
30 static FieldIndex FromFieldAccessStubKey(int key);
74 bool operator==(FieldIndex const& other) const {
77 bool operator!=(FieldIndex const& other) const { return !(*this == other); }
80 FieldIndex(bool is_inobject, int local_index, bool is_double
    [all...]
layout-descriptor.cc 267 FieldIndex field_index = FieldIndex::ForDescriptor(map, i);
lookup.cc 609 FieldIndex field_index = FieldIndex::ForDescriptor(holder->map(), number_);
624 FieldIndex field_index = FieldIndex::ForDescriptor(holder->map(), number_);
687 FieldIndex LookupIterator::GetFieldIndex() const {
696 return FieldIndex::ForPropertyIndex(holder_map, index, is_double);
    [all...]
string-stream.cc 323 FieldIndex index = FieldIndex::ForDescriptor(map, i);
property-descriptor.cc 68 FieldIndex::ForDescriptor(map, i));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiDhcp.c 41 UINT32 FieldIndex;
67 FieldIndex = RP_FIELD_IDX_SERVERNAME;
73 for (FieldIndex = RP_FIELD_IDX_SERVERNAME; (FieldIndex < RP_FIELD_IDX_MAX) && (Index < Length); FieldIndex++) {
75 Fields[FieldIndex].Str = &TmpStr[Index];
83 if (FieldIndex != RP_FIELD_IDX_TARGETNAME) {
88 if (Fields[FieldIndex].Str != NULL) {
89 Fields[FieldIndex].Len = (UINT8) AsciiStrLen (Fields[FieldIndex].Str);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDhcp.c 44 UINT32 FieldIndex;
75 FieldIndex = RP_FIELD_IDX_SERVERNAME;
81 for (FieldIndex = RP_FIELD_IDX_SERVERNAME; (FieldIndex < RP_FIELD_IDX_MAX) && (Index < Length); FieldIndex++) {
83 Fields[FieldIndex].Str = &TmpStr[Index];
91 if (FieldIndex != RP_FIELD_IDX_TARGETNAME) {
96 if (Fields[FieldIndex].Str != NULL) {
97 Fields[FieldIndex].Len = (UINT8) AsciiStrLen (Fields[FieldIndex].Str);
    [all...]
IScsiDhcp6.c 46 UINT32 FieldIndex;
78 FieldIndex = 0;
108 for (FieldIndex = 1; (FieldIndex < RP_FIELD_IDX_MAX) && (Index < Length); FieldIndex++) {
111 Fields[FieldIndex].Str = &TmpStr[Index];
119 if (FieldIndex != RP_FIELD_IDX_TARGETNAME) {
124 if (Fields[FieldIndex].Str != NULL) {
125 Fields[FieldIndex].Len = (UINT8) AsciiStrLen (Fields[FieldIndex].Str);
    [all...]
  /external/v8/src/ic/
handler-configuration.h 88 FieldIndex field_index);
179 FieldIndex field_index,
186 FieldIndex field_index,
198 FieldIndex field_index,
handler-configuration-inl.h 17 FieldIndex field_index) {
83 int descriptor, FieldIndex field_index,
121 FieldIndex field_index,
131 FieldIndex field_index,
  /external/v8/src/compiler/
access-info.h 77 FieldIndex field_index, MachineRepresentation field_representation,
105 FieldIndex field_index() const { return field_index_; }
119 MaybeHandle<Map> transition_map, FieldIndex field_index,
129 FieldIndex field_index_;
access-info.cc 84 FieldIndex field_index, MachineRepresentation field_representation,
131 FieldIndex field_index, MachineRepresentation field_representation,
308 FieldIndex field_index = FieldIndex::ForPropertyIndex(
482 FieldIndex field_index = FieldIndex::ForInObjectOffset(offset);
537 FieldIndex field_index = FieldIndex::ForPropertyIndex(
access-builder.h 116 static FieldAccess ForJSDateField(JSDate::FieldIndex index);
  /frameworks/compile/slang/
slang_rs_reflection.h 168 enum { FieldIndex = 0x1, Field32Index = 0x2 }; // bitmask
170 slangAssert(!(Which & ~(FieldIndex | Field32Index)));
171 if (Which & FieldIndex ) mFieldIndex++;
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 168 static ABIArgInfo getInAlloca(unsigned FieldIndex) {
170 AI.setInAllocaFieldIndex(FieldIndex);
349 void setInAllocaFieldIndex(unsigned FieldIndex) {
351 AllocaFieldIndex = FieldIndex;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 168 static ABIArgInfo getInAlloca(unsigned FieldIndex) {
170 AI.setInAllocaFieldIndex(FieldIndex);
349 void setInAllocaFieldIndex(unsigned FieldIndex) {
351 AllocaFieldIndex = FieldIndex;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 168 static ABIArgInfo getInAlloca(unsigned FieldIndex) {
170 AI.setInAllocaFieldIndex(FieldIndex);
349 void setInAllocaFieldIndex(unsigned FieldIndex) {
351 AllocaFieldIndex = FieldIndex;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 168 static ABIArgInfo getInAlloca(unsigned FieldIndex) {
170 AI.setInAllocaFieldIndex(FieldIndex);
349 void setInAllocaFieldIndex(unsigned FieldIndex) {
351 AllocaFieldIndex = FieldIndex;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 168 static ABIArgInfo getInAlloca(unsigned FieldIndex) {
170 AI.setInAllocaFieldIndex(FieldIndex);
349 void setInAllocaFieldIndex(unsigned FieldIndex) {
351 AllocaFieldIndex = FieldIndex;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 168 static ABIArgInfo getInAlloca(unsigned FieldIndex) {
170 AI.setInAllocaFieldIndex(FieldIndex);
349 void setInAllocaFieldIndex(unsigned FieldIndex) {
351 AllocaFieldIndex = FieldIndex;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 168 static ABIArgInfo getInAlloca(unsigned FieldIndex) {
170 AI.setInAllocaFieldIndex(FieldIndex);
349 void setInAllocaFieldIndex(unsigned FieldIndex) {
351 AllocaFieldIndex = FieldIndex;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 168 static ABIArgInfo getInAlloca(unsigned FieldIndex) {
170 AI.setInAllocaFieldIndex(FieldIndex);
349 void setInAllocaFieldIndex(unsigned FieldIndex) {
351 AllocaFieldIndex = FieldIndex;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 168 static ABIArgInfo getInAlloca(unsigned FieldIndex) {
170 AI.setInAllocaFieldIndex(FieldIndex);
349 void setInAllocaFieldIndex(unsigned FieldIndex) {
351 AllocaFieldIndex = FieldIndex;
  /external/clang/lib/CodeGen/
CGBlocks.h 147 unsigned FieldIndex;

Completed in 1517 milliseconds

1 2 3