Home
last modified time | relevance | path

Searched refs:TryGetMethodOffset (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_opt_pass.cpp80 auto leftMethodOffset = acc_.TryGetMethodOffset(left); in ConvertStringEqualToConst()
81 auto rightMethodOffset = acc_.TryGetMethodOffset(right); in ConvertStringEqualToConst()
95 auto methodOffset = acc_.TryGetMethodOffset(gate); in IsSingleCharString()
119 auto methodOffset = acc_.TryGetMethodOffset(gate); in ConvertConstSingleCharToInt32()
Dtype_info_accessors.cpp333 auto methodOffset = acc_.TryGetMethodOffset(gate_); in GetAccessorFuncGT()
343 auto methodOffset = acc_.TryGetMethodOffset(gate_); in GetAccessorPlr()
404 auto methodOffset = acc_.TryGetMethodOffset(GetGate()); in GetKeyTaggedValue()
754 auto methodOffset = acc_.TryGetMethodOffset(GetGate()); in Init()
Dntype_bytecode_lowering.cpp168 auto methodOffset = acc_.TryGetMethodOffset(gate); in LowerNTypedCreateArrayWithBuffer()
291 …ggedValue key = TypeInfoAccessor::GetStringFromConstantPool(thread_, acc_.TryGetMethodOffset(gate), in LowerNTypedStOwnByName()
Dgate_accessor.h430 uint32_t TryGetMethodOffset(GateRef gate) const;
Dts_inline_lowering.cpp651 auto callerMethodOffset = acc_.TryGetMethodOffset(caller); in IsRecursiveFunc()
Dgate_accessor.cpp593 uint32_t GateAccessor::TryGetMethodOffset(GateRef gate) const in TryGetMethodOffset() function in panda::ecmascript::kungfu::GateAccessor
Dllvm_ir_builder.cpp843 uint32_t methodOffset = acc_.TryGetMethodOffset(frameArgs); in CollectExraCallSiteInfo()
Dlitecg_ir_builder.cpp1188 uint32_t methodOffset = acc_.TryGetMethodOffset(frameArgs); in CollectExraCallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.cpp94 auto methodOffset = acc_.TryGetMethodOffset(gate); in CollectInitializationType()
118 auto methodOffset = acc_.TryGetMethodOffset(gate); in CollectInitializationInfo()
Dmethod_type_infer.cpp782 auto methodOffset = gateAccessor_.TryGetMethodOffset(gate); in InferStObjByName()
825 auto methodOffset = gateAccessor_.TryGetMethodOffset(gate); in GetObjPropWithName()
1020 auto methodOffset = gateAccessor_.TryGetMethodOffset(gate); in GetSuperProp()
1456 auto methodOffset = gateAccessor_.TryGetMethodOffset(gate); in TypeCheck()
1499 auto methodOffset = gateAccessor_.TryGetMethodOffset(gate); in PGOTypeCheck()
Dpgo_type_infer.cpp242 auto methodOffset = acc_.TryGetMethodOffset(gate); in UpdateTypeForRWOp()