Home
last modified time | relevance | path

Searched defs:tacc (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp349 BinOpTypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in LowerTypedBinOp() local
365 UnOpTypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in LowerTypedUnOp() local
378 BinOpTypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in LowerTypedEqOrNotEq() local
416 void TypedBytecodeLowering::SpeculateInternStrings(const BinOpTypeInfoAccessor &tacc) in SpeculateInternStrings()
432 void TypedBytecodeLowering::SpeculateStrings(const BinOpTypeInfoAccessor &tacc) in SpeculateStrings()
458 void TypedBytecodeLowering::SpeculateNumbers(const BinOpTypeInfoAccessor &tacc) in SpeculateNumbers()
469 void TypedBytecodeLowering::SpeculateNumber(const UnOpTypeInfoAccessor &tacc) in SpeculateNumber()
503 void TypedBytecodeLowering::SpeculateNumbersOrString(const BinOpTypeInfoAccessor &tacc) in SpeculateNumbersOrString()
527 UnOpTypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in LowerTypeToNumeric() local
534 void TypedBytecodeLowering::LowerPrimitiveTypeToNumber(const UnOpTypeInfoAccessor &tacc) in LowerPrimitiveTypeToNumber()
[all …]
Dtyped_bytecode_lowering.h92 const LoadObjPropertyTypeInfoAccessor &tacc; member
165 bool IsNonExist(const LoadObjPropertyTypeInfoAccessor &tacc, uint32_t index) in IsNonExist()
282 bool TryLazyDeoptStableProtoChain(T& tacc, size_t index, [[maybe_unused]] GateRef gate) in TryLazyDeoptStableProtoChain()
297 bool TryLazyDeoptNotPrototype(StoreObjByNameTypeInfoAccessor& tacc, in TryLazyDeoptNotPrototype()
312 bool TryLazyDeoptBuiltinStableProtoChain(LoadBuiltinObjTypeInfoAccessor& tacc, in TryLazyDeoptBuiltinStableProtoChain()
Dnative_inline_lowering.cpp395 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineStringFromCharCode() local
448 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineStringSubstring() local
490 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineStringSubStr() local
532 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineStringSlice() local
571 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineNumberIsFinite() local
589 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineNumberIsInteger() local
611 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineNumberIsNaN() local
670 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineNumberIsSafeInteger() local
716 CallThis0TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineTypedArrayIteratorBuiltin() local
937 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineArrayBufferIsView() local
[all …]
Dts_inline_lowering.cpp699 InlineTypeInfoAccessor tacc(compilationEnv_, circuit_, gate, receiver, kind); in CandidateAccessor() local
711 InlineTypeInfoAccessor tacc(compilationEnv_, circuit_, gate, func, kind); in CandidateNormalCall() local
722 InlineTypeInfoAccessor tacc(compilationEnv_, circuit_, gate, thisFunc, kind); in CandidateSuperCall() local
Dtype_info_accessors.cpp175 LoadBuiltinObjTypeInfoAccessor tacc(env, circuit, gate, chunk); in IsTrustedStringType() local