Home
last modified time | relevance | path

Searched refs:IsDerived (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dgc_utils.h29 bool IsDerived(llvm::Value *val);
H A Dgc_utils.cpp26 bool IsDerived(llvm::Value *val) in IsDerived() function
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dgc_intrusion_check.cpp51 using ark::llvmbackend::gc_utils::IsDerived;
83 if (!IsDerived(entry)) { in CheckStatepoint()
H A Dgc_intrusion.cpp58 using ark::llvmbackend::gc_utils::IsDerived;
148 if (!IsGcRefType(inst.getType()) || IsDerived(&inst) || gc_utils::IsNonMovable(&inst)) { in PopulateLiveInByUsers()
168 ASSERT(!IsDerived(&phi)); in PopulateLiveOutByPhis()
293 !IsDerived(ops) && !gc_utils::IsNonMovable(ops)) { in RewriteWithGcInBlock()
H A Dgep_propagation.cpp83 if ((IsGcRefType(inst->getType()) && gc_utils::IsDerived(inst)) || gc_utils::HasBeenGcRef(inst, false)) { in AddToVector()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h389 inline GateRef CircuitBuilder::IsDerived(GateRef ctor) in IsDerived() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dstub_builder-inl.h1390 inline GateRef StubBuilder::IsDerived(GateRef func) in IsDerived() function in panda::ecmascript::kungfu::StubBuilder
1392 return env_->GetBuilder()->IsDerived(func); in IsDerived()
H A Dcircuit_builder.h402 GateRef IsDerived(GateRef ctor);
H A Dstub_builder.h431 GateRef IsDerived(GateRef func);
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1360 .And(IsJSHClass(protoOrHclass)).And(IsDerived(obj)).Done(); in SetPrototypeOf()
H A Dbuiltins_typedarray_stub_builder.cpp2522 BRANCH(IsDerived(thisValue), slowPath, &notDerived); in Of()

Completed in 33 milliseconds