Searched defs:new_object (Results 1 - 11 of 11) sorted by relevance
| /third_party/jerryscript/tests/unit-ext/ |
| H A D | test-ext-method-register.c | 177 jerry_value_t new_object = jerry_create_object (); in test_error_setvalue() local
|
| /third_party/vixl/src/ |
| H A D | pool-manager-impl.h | 39 Emit(MacroAssemblerInterface* masm, T pc, int num_bytes, ForwardReference<T>* new_reference, LocationBase<T>* new_object, EmitOption option) Emit() argument 128 ShouldSkipObject(PoolObject<T>* pool_object, T pc, int num_bytes, ForwardReference<T>* new_reference, LocationBase<T>* new_object, PoolObject<T>* existing_object) const ShouldSkipObject() argument 394 Insert(const PoolObject<T>& new_object) Insert() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-constructor-gen.cc | 415 TNode<HeapObject> new_object = Allocate(JSRegExp::Size()); in CreateRegExpLiteral() local
|
| /third_party/python/Include/cpython/ |
| H A D | pystate.h | 342 PyObject *(*new_object)(_PyCrossInterpreterData *); member
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | read-only-spaces.cc | 192 Object new_object = Object(new_address); in GetReadOnlyHeapForIsolate() local
|
| H A D | factory.cc | 2024 HeapObject new_object = AllocateRawFixedArray(len, AllocationType::kYoung); in CopyArrayWithMap() local 2042 HeapObject new_object = AllocateRawFixedArray(new_len, allocation); in CopyArrayAndGrow() local
|
| H A D | heap.cc | 3562 FixedArrayBase new_object = in LeftTrimFixedArray() local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | arena_unittest.cc | 223 const MustBeConstructedWithOneThroughFour* new_object = in TEST() local 239 const MustBeConstructedWithOneThroughEight* new_object = in TEST() local 268 const PleaseMoveMe* new_object = TEST() local [all...] |
| /third_party/alsa-lib/src/alisp/ |
| H A D | alisp.c | 129 static struct alisp_object * new_object(struct alisp_instance *instance, int type) in new_object() function [all...] |
| /third_party/node/deps/v8/src/ic/ |
| H A D | ic.cc | 3233 Handle<JSObject> new_object; in CloneObjectSlowPath() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | value-serializer.cc | 2483 Handle<Object> new_object; in ReadObjectUsingEntireBufferForLegacyFormat() local
|
Completed in 36 milliseconds