Home
last modified time | relevance | path

Searched refs:GetGlobalConstantString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2498 … GateRef undefinedIndex = builder_.GetGlobalConstantString(ConstantIndex::UNDEFINED_STRING_INDEX); in LowerTypeof()
2505 builder_.GetGlobalConstantString(ConstantIndex::BOOLEAN_STRING_INDEX)); in LowerTypeof()
2530 builder_.GetGlobalConstantString(ConstantIndex::OBJECT_STRING_INDEX)); in LowerTypeof()
2541 builder_.GetGlobalConstantString(ConstantIndex::UNDEFINED_STRING_INDEX)); in LowerTypeof()
2562 builder_.GetGlobalConstantString(ConstantIndex::STRING_STRING_INDEX)); in LowerTypeof()
2573 builder_.GetGlobalConstantString(ConstantIndex::SYMBOL_STRING_INDEX)); in LowerTypeof()
2584 builder_.GetGlobalConstantString(ConstantIndex::FUNCTION_STRING_INDEX)); in LowerTypeof()
2595 … builder_.GetGlobalConstantString(ConstantIndex::BIGINT_STRING_INDEX)); in LowerTypeof()
2601 … builder_.GetGlobalConstantString(ConstantIndex::OBJECT_STRING_INDEX)); in LowerTypeof()
2616 builder_.GetGlobalConstantString(ConstantIndex::NUMBER_STRING_INDEX)); in LowerTypeof()
Dstub_builder.cpp3309 GateRef undefinedIndex = GetGlobalConstantString(ConstantIndex::UNDEFINED_STRING_INDEX); in FastTypeOf()
3316 GetGlobalConstantString(ConstantIndex::BOOLEAN_STRING_INDEX)); in FastTypeOf()
3341 GetGlobalConstantString(ConstantIndex::OBJECT_STRING_INDEX)); in FastTypeOf()
3352 GetGlobalConstantString(ConstantIndex::UNDEFINED_STRING_INDEX)); in FastTypeOf()
3373 GetGlobalConstantString(ConstantIndex::STRING_STRING_INDEX)); in FastTypeOf()
3384 GetGlobalConstantString(ConstantIndex::SYMBOL_STRING_INDEX)); in FastTypeOf()
3395 GetGlobalConstantString(ConstantIndex::FUNCTION_STRING_INDEX)); in FastTypeOf()
3406 GetGlobalConstantString(ConstantIndex::BIGINT_STRING_INDEX)); in FastTypeOf()
3412 GetGlobalConstantString(ConstantIndex::OBJECT_STRING_INDEX)); in FastTypeOf()
3427 GetGlobalConstantString(ConstantIndex::NUMBER_STRING_INDEX)); in FastTypeOf()
Dstub_builder.h518 GateRef GetGlobalConstantString(ConstantIndex index);
Dcircuit_builder.h520 inline GateRef GetGlobalConstantString(ConstantIndex index);
Dcircuit_builder-inl.h595 GateRef CircuitBuilder::GetGlobalConstantString(ConstantIndex index) in GetGlobalConstantString() function
Dstub_builder-inl.h1984 inline GateRef StubBuilder::GetGlobalConstantString(ConstantIndex index) in GetGlobalConstantString() function