Home
last modified time | relevance | path

Searched defs:cell (Results 51 - 74 of 74) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp335 GateRef CircuitBuilder::IsMarkerCellValid(GateRef cell) in IsMarkerCellValid() argument
990 GateRef CircuitBuilder::IsMarkerCellValidOp(GateRef cell) in IsMarkerCellValidOp() argument
H A Dstub_builder-inl.h3792 inline GateRef StubBuilder::IsMarkerCellValid(GateRef cell) in IsMarkerCellValid() argument
H A Dstub_builder.cpp2412 GateRef StubBuilder::LoadGlobal(GateRef cell) in LoadGlobal() argument
3167 GateRef StubBuilder::StoreGlobal(GateRef glue, GateRef value, GateRef cell) in StoreGlobal() argument
3182 Store(VariableType::JS_ANY(), glue, cell, IntPtr(PropertyBox::VALUE_OFFSET), value); in StoreGlobal() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp1235 PropertyBox *cell = PropertyBox::Cast(desc.GetValue().GetTaggedValue().GetTaggedObject()); in GlobalGetOwnProperty() local
1258 PropertyBox *cell = PropertyBox::Cast(val.GetTaggedObject()); in OrdinaryGetOwnProperty() local
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local
2133 uint8_t gprop, resProp, cell; resolveImplicitLevels() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dubidi.cpp1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local
2133 uint8_t gprop, resProp, cell; resolveImplicitLevels() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc226 auto cell = Handle<PropertyCell>::cast(object()); in Cache() local
H A Djs-native-context-specialization.cc1099 base::Optional<PropertyCellRef> cell = ReduceNamedAccess() local
2302 Node* cell = jsgraph()->Constant(access_info.constant().value().AsCell()); BuildPropertyLoad() local
[all...]
H A Djs-typed-lowering.cc1471 Node* cell = BuildGetModuleCell(node); in ReduceJSLoadModule() local
1490 Node* cell = BuildGetModuleCell(node); in ReduceJSStoreModule() local
1712 FeedbackCellRef cell = MakeRef(broker(), FeedbackCellOf(target->op())); in ReduceJSCall() local
[all...]
H A Dtyper.cc2148 FeedbackCellRef cell = MakeRef(typer_->broker(), FeedbackCellOf(node->op())); in TypeCheckClosure() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidi.cpp1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local
2133 uint8_t gprop, resProp, cell; resolveImplicitLevels() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java2774 private static short GetStateProps(short cell) { in GetStateProps() argument
2777 private static short GetActionProps(short cell) { in GetActionProps() argument
2877 private static short GetState(byte cell) { return (short)(cell & 0x0f); } in GetState() argument
2878 private static short GetAction(byte cell) { return (short)(cell >> 4); } in GetAction() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidi.java2740 private static short GetStateProps(short cell) { in GetStateProps() argument
2743 private static short GetActionProps(short cell) { in GetActionProps() argument
2843 private static short GetState(byte cell) { return (short)(cell & 0x0f); } in GetState() argument
2844 private static short GetAction(byte cell) { return (short)(cell >> 4); } in GetAction() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc2673 auto cell = isolate->factory()->NewPropertyCell(name, details, value); in SetNormalizedProperty() local
4891 Cell cell in InvalidateOnePrototypeValidityCellInternal() local
[all...]
H A Dobjects.cc2117 PropertyCell cell = PropertyCell::cast(*this); in HeapObjectShortPrint() local
6604 RemainsConstantType(PropertyCell cell, Object value) RemainsConstantType() argument
6623 UpdatedType(Isolate* isolate, PropertyCell cell, Object value, PropertyDetails details) UpdatedType() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1540 void V8HeapExplorer::ExtractCellReferences(HeapEntry* entry, Cell cell) { in ExtractCellReferences() argument
1551 ExtractPropertyCellReferences(HeapEntry* entry, PropertyCell cell) ExtractPropertyCellReferences() argument
1779 PropertyCell cell = dictionary.CellAt(i); ExtractPropertyReferences() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1781 PropertyCell cell = PropertyCell::cast(AllocateRawWithImmortalMap( in NewPropertyCell() local
2482 Handle<PropertyCell> cell = NewPropertyCell(name, d, value); in NewJSGlobalObject() local
[all...]
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc2666 Handle<PropertyCell> cell = factory->NewProtector(); in InitializeGlobal() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc857 TNode<Cell> cell = CAST(LoadFixedArrayElement(exports, index)); in HandleLoadICSmiHandlerLoadNamedCase() local
[all...]
/third_party/python/Python/
H A Dceval.c3129 PyObject *cell = PyCell_New(initial); local
3138 PyObject *cell = GETLOCAL(oparg); local
3173 PyObject *cell = GETLOCAL(oparg); local
3186 PyObject *cell = GETLOCAL(oparg); local
3199 PyObject *cell = GETLOCAL(oparg); global() local
[all...]
/third_party/python/Objects/
H A Dtypeobject.c3045 PyObject *cell = PyDict_GetItemWithError( in type_new_set_classcell() local
9024 PyObject *cell in super_init_without_args() local
[all...]
/third_party/toybox/generated/
H A Dglobals.h889 char any, cell, ex, *f, k_done, *line, *m, **sct, **scts, **sufs; member
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/sqlite/src/
H A Dsqlite3.c203104 RtreeCell cell; global() local
203162 RtreeCell cell; global() local
203213 RtreeCell cell; global() local
203767 RtreeCell cell; global() local
203963 RtreeCell cell; global() local
204172 RtreeCell cell; /* New cell to insert if nData>1 */ global() local
204833 RtreeCell cell; global() local
206938 RtreeCell cell; /* New cell to insert if nData>1 */ global() local
[all...]

Completed in 278 milliseconds

123