/third_party/node/deps/v8/include/ |
H A D | v8-traced-handle.h | 291 New( Isolate* isolate, T* that, void* slot, internal::GlobalHandleStoreMode store_mode) New() argument
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-traced-handle.h | 280 New( Isolate* isolate, T* that, internal::Address** slot, internal::GlobalHandleStoreMode store_mode) New() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-handler-gen.cc | 140 Generate_ElementsTransitionAndStore( KeyedAccessStoreMode store_mode) Generate_ElementsTransitionAndStore() argument 283 Generate_StoreFastElementIC( KeyedAccessStoreMode store_mode) Generate_StoreFastElementIC() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | processed-feedback.h | 113 KeyedAccessStoreMode store_mode; member
|
H A D | js-heap-broker.cc | 380 KeyedAccessStoreMode KeyedAccessMode::store_mode() const { in store_mode() function in v8::internal::compiler::KeyedAccessMode 387 KeyedAccessMode::LoadStoreMode::LoadStoreMode(KeyedAccessStoreMode store_mode) in LoadStoreMode() argument 396 KeyedAccessMode(AccessMode access_mode, KeyedAccessStoreMode store_mode) KeyedAccessMode() argument
|
H A D | bytecode-graph-builder.cc | 2031 void BytecodeGraphBuilder::BuildNamedStore(NamedStoreMode store_mode) { in BuildNamedStore() argument
|
/third_party/node/deps/v8/src/ic/ |
H A D | handler-configuration.cc | 197 KeyedAccessStoreMode store_mode = in GetKeyedAccessStoreMode() local 205 StoreElementTransition( Isolate* isolate, Handle<Map> receiver_map, Handle<Map> transition, KeyedAccessStoreMode store_mode, MaybeHandle<Object> prev_validity_cell) StoreElementTransition() argument
|
H A D | handler-configuration-inl.h | 208 StoreSlow(Isolate* isolate, KeyedAccessStoreMode store_mode) StoreSlow() argument
|
H A D | ic.cc | 2198 UpdateStoreElement(Handle<Map> receiver_map, KeyedAccessStoreMode store_mode, Handle<Map> new_receiver_map) UpdateStoreElement() argument 2335 StoreElementHandler( Handle<Map> receiver_map, KeyedAccessStoreMode store_mode, MaybeHandle<Object> prev_validity_cell) StoreElementHandler() argument 2393 StoreElementPolymorphicHandlers( std::vector<MapAndHandler>* receiver_maps_and_handlers, KeyedAccessStoreMode store_mode) StoreElementPolymorphicHandlers() argument 2548 KeyedAccessStoreMode store_mode = STANDARD_STORE; Store() local 2650 KeyedAccessStoreMode store_mode = STANDARD_STORE; Store() local [all...] |
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds.c | 4280 pvr_pds_generate_stream_out_init_program( struct pvr_pds_stream_out_init_program *restrict program, uint32_t *restrict buffer, bool store_mode, enum pvr_pds_generate_mode gen_mode, const struct pvr_device_info *dev_info) pvr_pds_generate_stream_out_init_program() argument
|
/third_party/node/deps/v8/src/handles/ |
H A D | global-handles.cc | 961 CreateTraced(Object value, Address* slot, GlobalHandleStoreMode store_mode) CreateTraced() argument 968 CreateTraced(Object value, Address* slot, GlobalHandleStoreMode store_mode, bool is_on_stack) CreateTraced() argument 990 CreateTraced(Address value, Address* slot, GlobalHandleStoreMode store_mode) CreateTraced() argument
|
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 1775 inline bool IsCOWHandlingStoreMode(KeyedAccessStoreMode store_mode) { in IsCOWHandlingStoreMode() argument 1780 inline bool IsGrowStoreMode(KeyedAccessStoreMode store_mode) { in IsGrowStoreMode() argument
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 813 GlobalizeTracedReference(i::Isolate* isolate, i::Address* obj, internal::Address* slot, GlobalHandleStoreMode store_mode) GlobalizeTracedReference() argument
|