Home
last modified time | relevance | path

Searched refs:GetByteCodeOpcode (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlexical_env_specialization_pass.cpp37 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in VisitGate()
137 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in SearchStLexVar()
192 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(curEnv); in caclulateDistanceToTarget()
230 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(current); in LookUpNotDomStLexVarOrCall()
326 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(func); in TryGetReplaceEnv()
Dhcr_gate_meta_data.h98 EcmaOpcode GetByteCodeOpcode() const in GetByteCodeOpcode() function
Dntype_bytecode_lowering.cpp54 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()
297 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
323 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
Dts_hcr_opt_pass.cpp131 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsNotLoadStrOrStringLoadElement()
Dasync_function_lowering.cpp64 EcmaOpcode ecmaOpcode = accessor_.GetByteCodeOpcode(gate); in ProcessJumpTable()
265 accessor_.GetByteCodeOpcode(curGate) == EcmaOpcode::RESUMEGENERATOR) { in CheckResumeInLoopBody()
Dtype_info_accessors.cpp72 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedBooleanType()
129 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedNumberType()
169 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedStringType()
950 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in StoreObjByNameTypeInfoAccessor()
1256 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in LoadBuiltinObjTypeInfoAccessor()
1373 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in StoreBuiltinObjTypeInfoAccessor()
Dcompiler_log.cpp211 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CollectGateTypeLogInfo()
Dts_inline_lowering.cpp58 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CandidateInlineCall()
731 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetAccessorReceiver()
741 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetCallSetterValue()
Dgate_accessor.cpp813 EcmaOpcode GateAccessor::GetByteCodeOpcode(GateRef gate) const in GetByteCodeOpcode() function in panda::ecmascript::kungfu::GateAccessor
817 return gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in GetByteCodeOpcode()
1970 auto bc = GetByteCodeOpcode(gate); in IsHeapObjectFromElementsKind()
1991 EcmaOpcode ecmaOpcode = GetByteCodeOpcode(gate); in IsConstString()
2029 ASSERT(GetByteCodeOpcode(gate) == EcmaOpcode::LDA_STR_ID16); in GetStringIdFromLdaStrGate()
2051 EcmaOpcode ecmaop = GetByteCodeOpcode(gate); in IsCreateArray()
Dtyped_bytecode_lowering.cpp107 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()
399 …if (acc_.GetOpCode(value) == OpCode::JS_BYTECODE && acc_.GetByteCodeOpcode(value) == EcmaOpcode::L… in InternStringCheck()
1019 auto opcode = acc_.GetByteCodeOpcode(gate); in LowerTypedStObjByName()
1865 return acc_.GetByteCodeOpcode(gate) == EcmaOpcode::CALLRUNTIME_ISTRUE_PREF_IMM8 || in IsTrueOrFalseHasProfileType()
1866 acc_.GetByteCodeOpcode(gate) == EcmaOpcode::CALLRUNTIME_ISFALSE_PREF_IMM8; in IsTrueOrFalseHasProfileType()
2262 …if (op == OpCode::JS_BYTECODE && (acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM8_ID16… in CheckCallTargetAndLowerCall()
2263 … acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM16_ID16_IMM8)) { in CheckCallTargetAndLowerCall()
2657 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
2683 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
Dgate_accessor.h450 EcmaOpcode GetByteCodeOpcode(GateRef gate) const;
Dnative_inline_lowering.cpp24 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetCallInfo()
1329 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(argumentsList); in TryInlineReflectConstruct()
Dslowpath_lowering.cpp242 auto opcode = acc_.GetByteCodeOpcode(hirGate); in ReplaceHirWithValue()
290 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()
3403 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
3417 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
Dmcr_circuit_builder.cpp717 if (Bytecodes::IsCallOp(acc_.GetByteCodeOpcode(gate))) { in CallTargetCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp35 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in RunTypeInfer()
110 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in InferAccessObjByValue()