Home
last modified time | relevance | path

Searched defs:FixedArray (Results 1 – 13 of 13) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_mac_test_helpers.mm215 @interface FixedArray : NSObject { interface
220 @implementation FixedArray implementation
/external/v8/src/objects/
Dliteral-objects-inl.h24 OBJECT_CONSTRUCTORS_IMPL(ObjectBoilerplateDescription, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
97 OBJECT_CONSTRUCTORS_IMPL(ClassBoilerplate, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
Dregexp-match-info.h30 class V8_EXPORT_PRIVATE RegExpMatchInfo : NON_EXPORTED_BASE(public FixedArray) { in NON_EXPORTED_BASE()
Dframe-array-inl.h19 OBJECT_CONSTRUCTORS_IMPL(FrameArray, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
Dmodule-inl.h59 OBJECT_CONSTRUCTORS_IMPL(SourceTextModuleInfo, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
Dhash-table.h66 class V8_EXPORT_PRIVATE HashTableBase : public NON_EXPORTED_BASE(FixedArray) { in NON_EXPORTED_BASE() argument
Dcontexts-inl.h28 OBJECT_CONSTRUCTORS_IMPL(ScriptContextTable, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
Dhash-table-inl.h22 OBJECT_CONSTRUCTORS_IMPL(HashTableBase, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
Dcode-inl.h27 OBJECT_CONSTRUCTORS_IMPL(DeoptimizationData, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
714 ACCESSORS(BytecodeArray, constant_pool, FixedArray, kConstantPoolOffset) in ACCESSORS() argument
Dobjects-inl.h453 OBJECT_CONSTRUCTORS_IMPL(RegExpMatchInfo, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
/external/v8/src/heap/
Dheap-write-barrier.h19 class FixedArray; variable
/external/v8/src/common/
Dglobals.h633 class FixedArray; variable
/external/v8/src/codegen/
Dcode-stub-assembler.cc2777 TNode<UnionT<FixedArray, PropertyArray>> object, TNode<TIndex> index_node, in StoreFixedArrayOrPropertyArrayElement()
10428 TNode<UnionT<UnionT<FixedArray, PropertyArray>, HeapObject>> array, in BuildFastArrayForEach()