Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp360 BinOpTypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in LowerTypedBinOp() local
374 UnOpTypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in LowerTypedUnOp() local
387 BinOpTypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in LowerTypedEqOrNotEq() local
400 void TypedBytecodeLowering::SpeculateStrings(const BinOpTypeInfoAccessor &tacc) in SpeculateStrings()
422 void TypedBytecodeLowering::SpeculateNumbers(const BinOpTypeInfoAccessor &tacc) in SpeculateNumbers()
433 void TypedBytecodeLowering::SpeculateNumber(const UnOpTypeInfoAccessor &tacc) in SpeculateNumber()
467 void TypedBytecodeLowering::SpeculateNumbersOrString(const BinOpTypeInfoAccessor &tacc) in SpeculateNumbersOrString()
491 UnOpTypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in LowerTypeToNumeric() local
498 void TypedBytecodeLowering::LowerPrimitiveTypeToNumber(const UnOpTypeInfoAccessor &tacc) in LowerPrimitiveTypeToNumber()
506 ConditionJumpTypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in LowerConditionJump() local
[all …]
Dnative_inline_lowering.cpp422 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineStringFromCharCode() local
449 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineStringSubstring() local
491 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineStringSubStr() local
533 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineStringSlice() local
572 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineNumberIsFinite() local
590 CallThis1TypeInfoAccessor tacc(compilationEnv_, circuit_, gate); in TryInlineNumberIsInteger() local
612 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.cpp663 InlineTypeInfoAccessor tacc(compilationEnv_, circuit_, gate, receiver, kind); in CandidateAccessor() local
675 InlineTypeInfoAccessor tacc(compilationEnv_, circuit_, gate, func, kind); in CandidateNormalCall() local
Dtype_info_accessors.cpp224 LoadBulitinObjTypeInfoAccessor tacc(env, circuit, gate, chunk); in IsTrustedStringType() local