Searched refs:GetGlobalConstantString (Results 1 – 6 of 6) sorted by relevance
2498 … 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()
3309 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()
518 GateRef GetGlobalConstantString(ConstantIndex index);
520 inline GateRef GetGlobalConstantString(ConstantIndex index);
595 GateRef CircuitBuilder::GetGlobalConstantString(ConstantIndex index) in GetGlobalConstantString() function
1984 inline GateRef StubBuilder::GetGlobalConstantString(ConstantIndex index) in GetGlobalConstantString() function