Home
last modified time | relevance | path

Searched refs:TaggedInt (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp177 callback.ProfileOpType(TaggedInt(PGOSampleType::IntType())); in Less()
196 DEFVARIABLE(curType, VariableType::INT64(), TaggedInt(PGOSampleType::IntType())); in Less()
211 curType = TaggedInt(PGOSampleType::DoubleType()); in Less()
221 GateRef type = TaggedInt(PGOSampleType::IntType()); in Less()
228 GateRef type = TaggedInt(PGOSampleType::DoubleType()); in Less()
254 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in Less()
284 callback.ProfileOpType(TaggedInt(PGOSampleType::IntType())); in LessEq()
303 DEFVARIABLE(curType, VariableType::INT64(), TaggedInt(PGOSampleType::IntType())); in LessEq()
318 curType = TaggedInt(PGOSampleType::DoubleType()); in LessEq()
328 GateRef type = TaggedInt(PGOSampleTyp in LessEq()
[all...]
H A Dstub_builder.cpp1162 // TaggedInt supports up to INT32_MAX. in CallGetterHelper()
6451 DEFVARIABLE(curType, VariableType::INT64(), TaggedInt(PGOSampleType::IntType())); in FastStrictEqual()
6465 curType = TaggedInt(PGOSampleType::DoubleType()); in FastStrictEqual()
6476 GateRef type = TaggedInt(PGOSampleType::IntType()); in FastStrictEqual()
6483 GateRef type = TaggedInt(PGOSampleType::DoubleType()); in FastStrictEqual()
6509 callback.ProfileOpType(TaggedInt(PGOSampleType::StringType())); in FastStrictEqual()
6523 callback.ProfileOpType(TaggedInt(PGOSampleType::BigIntType())); in FastStrictEqual()
6530 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in FastStrictEqual()
6557 callback.ProfileOpType(TaggedInt(PGOSampleType::DoubleType())); in FastEqual()
6585 callback.ProfileOpType(TaggedInt(PGOSampleTyp in FastEqual()
[all...]
H A Dprofiler_stub_builder.cpp288 GateRef nonType = TaggedInt(0); in ProfileCall()
H A Dstub_builder.h108 GateRef TaggedInt(int32_t value);
H A Dstub_builder-inl.h76 inline GateRef StubBuilder::TaggedInt(int32_t value) in TaggedInt() function in panda::ecmascript::kungfu::StubBuilder
H A Dinterpreter_stub.cpp3304 callback.ProfileOpType(TaggedInt(PGOSampleType::IntType())); in DECLARE_ASM_HANDLER()
3309 callback.ProfileOpType(TaggedInt(PGOSampleType::DoubleType())); in DECLARE_ASM_HANDLER()

Completed in 39 milliseconds