Searched defs:FixedArray (Results 1 – 13 of 13) sorted by relevance
/external/compiler-rt/lib/asan/tests/ |
D | asan_mac_test_helpers.mm | 215 @interface FixedArray : NSObject { interface 220 @implementation FixedArray implementation
|
/external/v8/src/objects/ |
D | literal-objects-inl.h | 24 OBJECT_CONSTRUCTORS_IMPL(ObjectBoilerplateDescription, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument 97 OBJECT_CONSTRUCTORS_IMPL(ClassBoilerplate, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
|
D | regexp-match-info.h | 30 class V8_EXPORT_PRIVATE RegExpMatchInfo : NON_EXPORTED_BASE(public FixedArray) { in NON_EXPORTED_BASE()
|
D | frame-array-inl.h | 19 OBJECT_CONSTRUCTORS_IMPL(FrameArray, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
|
D | module-inl.h | 59 OBJECT_CONSTRUCTORS_IMPL(SourceTextModuleInfo, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
|
D | hash-table.h | 66 class V8_EXPORT_PRIVATE HashTableBase : public NON_EXPORTED_BASE(FixedArray) { in NON_EXPORTED_BASE() argument
|
D | contexts-inl.h | 28 OBJECT_CONSTRUCTORS_IMPL(ScriptContextTable, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
|
D | hash-table-inl.h | 22 OBJECT_CONSTRUCTORS_IMPL(HashTableBase, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
|
D | code-inl.h | 27 OBJECT_CONSTRUCTORS_IMPL(DeoptimizationData, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument 714 ACCESSORS(BytecodeArray, constant_pool, FixedArray, kConstantPoolOffset) in ACCESSORS() argument
|
D | objects-inl.h | 453 OBJECT_CONSTRUCTORS_IMPL(RegExpMatchInfo, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
|
/external/v8/src/heap/ |
D | heap-write-barrier.h | 19 class FixedArray; variable
|
/external/v8/src/common/ |
D | globals.h | 633 class FixedArray; variable
|
/external/v8/src/codegen/ |
D | code-stub-assembler.cc | 2777 TNode<UnionT<FixedArray, PropertyArray>> object, TNode<TIndex> index_node, in StoreFixedArrayOrPropertyArrayElement() 10428 TNode<UnionT<UnionT<FixedArray, PropertyArray>, HeapObject>> array, in BuildFastArrayForEach()
|