Searched refs:StringToElementIndex (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_value-inl.h | 1363 return StringToElementIndex(key, output); in ToElementIndex() 1368 inline bool JSTaggedValue::StringToElementIndex(JSTaggedValue key, uint32_t *output) in StringToElementIndex() function 1421 return !StringToElementIndex(key, &idx); in IsPureString()
|
| D | js_tagged_value.h | 394 static bool StringToElementIndex(JSTaggedValue key, uint32_t *output);
|
| D | js_array.cpp | 218 JSTaggedValue::StringToElementIndex(value, &output); in SetCapacity()
|
| D | object_fast_operator-inl.h | 1195 if (JSTaggedValue::StringToElementIndex(key, &index)) { in TryToElementsIndex()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 622 if (JSTaggedValue::StringToElementIndex(key, &index)) { in TryToElementsIndex()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 157 if (JSTaggedValue::StringToElementIndex(firstValue.GetTaggedValue(), &elementIndex)) { in ExtractAndReturnWhetherWithElements()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 628 GateRef StringToElementIndex(GateRef glue, GateRef string);
|
| D | stub_builder.cpp | 2182 GateRef StubBuilder::StringToElementIndex(GateRef glue, GateRef string) in StringToElementIndex() function in panda::ecmascript::kungfu::StubBuilder 2298 resultKey = StringToElementIndex(glue, key); in TryToElementsIndex()
|