Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlexical_env_specialization_pass.cpp39 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in VisitGate()
139 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in SearchStLexVar()
194 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(curEnv); in caclulateDistanceToTarget()
231 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(current); in LookUpNotDomStLexVarOrCall()
326 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(func); in TryGetReplaceEnv()
Dnative_inline_lowering.cpp30 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in RunNativeInlineLowering()
68 if (acc_.GetByteCodeOpcode(gate) != EcmaOpcode::CALLTHIS1_IMM8_V8_V8) { in TryInlineStringFromCharCode()
100 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in RunArrayForeachInline()
175 EcmaOpcode ecmaop = acc_.GetByteCodeOpcode(gate); in IsCreateArray()
Dntype_bytecode_lowering.cpp49 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()
224 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
247 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
Dhcr_gate_meta_data.h91 EcmaOpcode GetByteCodeOpcode() const in GetByteCodeOpcode() function
Dtype_info_accessors.cpp49 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedType()
83 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedStringType()
484 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in StoreObjByNameTypeInfoAccessor()
639 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in LoadBulitinObjTypeInfoAccessor()
719 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in StoreBulitinObjTypeInfoAccessor()
Dts_hcr_opt_pass.cpp106 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsNotLoadStrOrStringLoadElement()
Dasync_function_lowering.cpp62 EcmaOpcode ecmaOpcode = accessor_.GetByteCodeOpcode(gate); in ProcessJumpTable()
263 accessor_.GetByteCodeOpcode(curGate) == EcmaOpcode::RESUMEGENERATOR) { in CheckResumeInLoopBody()
Dts_inline_lowering.cpp75 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CandidateInlineCall()
687 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetAccessorReceiver()
697 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetCallSetterValue()
Dgate_accessor.cpp735 EcmaOpcode GateAccessor::GetByteCodeOpcode(GateRef gate) const in GetByteCodeOpcode() function in panda::ecmascript::kungfu::GateAccessor
739 return gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in GetByteCodeOpcode()
1816 auto bc = GetByteCodeOpcode(gate); in IsHeapObjectFromElementsKind()
1837 EcmaOpcode ecmaOpcode = GetByteCodeOpcode(gate); in IsConstString()
1854 ASSERT(GetByteCodeOpcode(gate) == EcmaOpcode::LDA_STR_ID16); in GetStringIdFromLdaStrGate()
1876 EcmaOpcode ecmaop = GetByteCodeOpcode(gate); in IsCreateArray()
Dtyped_bytecode_lowering.cpp90 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()
567 auto opcode = acc_.GetByteCodeOpcode(gate); in LowerTypedStObjByName()
1423 …if (op == OpCode::JS_BYTECODE && (acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM8_ID16… in CheckCallTargetAndLowerCall()
1424 … acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM16_ID16_IMM8)) { in CheckCallTargetAndLowerCall()
1723 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
1747 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
Dcompiler_log.cpp251 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CollectGateTypeLogInfo()
Dgate_accessor.h442 EcmaOpcode GetByteCodeOpcode(GateRef gate) const;
Dslowpath_lowering.cpp214 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()
2704 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
2718 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
Dmcr_circuit_builder.cpp497 if (Bytecodes::IsCallOp(acc_.GetByteCodeOpcode(gate))) { in CallTargetCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.cpp45 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Analyse()
135 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsThisFromSuperCall()
183 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CheckSimpleJSGate()
287 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in HasEscapedThis()
Dpgo_type_infer.cpp40 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in RunTypeInfer()
91 … ", \"bytecode\"=\"" + GetEcmaOpcodeStr(acc_.GetByteCodeOpcode(value.gate)) + "\", "); in Print()
198 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in InferAccessObjByValue()