Home
last modified time | relevance | path

Searched refs:IsList (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dpeep.cpp57 } else if (opnd.IsList()) { in IfOperandIsLiveAfterInsn()
183 } else if (opnd.IsList()) { in IsOpndLiveinBB()
270 } else if (opnd.IsList()) { in IfOperandIsLiveAfterInsn()
396 } else if (opnd.IsList()) { in IsOpndLiveinBB()
H A Dinsn.cpp170 if (opnd.IsList()) { in GetDefRegs()
254 if (opnd.IsList()) { in ScanReg()
H A Doptimize_common.cpp182 if (opnd.IsList()) { in DumpBBInstructions()
H A Dlive.cpp216 if (opnd.IsList()) { in GetBBDefUse()
H A Dreg_alloc_lsra.cpp707 } else if (opnd.IsList()) { in ComputeLiveIntervalForEachOperand()
1737 if (opnd.IsList()) { in FinalizeUseRegisters()
1808 } else if (opnd.IsList()) { in FinalizeDefRegisters()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislist_fuzzer/
H A Djsvaluerefislist_fuzzer.cpp146 object->IsList(vm); in JSValueRefIsListFuzzTest()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h132 bool IsList() const in IsList() function in maplebe::Operand
1611 if (!operand.IsList()) {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp537 if (opnd.IsList()) { in IsRegNotSameMemUseInInsn()
1152 if (opnd.IsMemoryAccessOperand() || opnd.IsList()) { in CheckCondition()
H A Daarch64_emitter.cpp130 if (opnd.IsList()) { in RecordRegInfo()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1456 EXPECT_FALSE(tag->IsList(vm_)); in HWTEST_F_L0()
H A Dffi_workload.cpp4010 ASSERT_TRUE(object->IsList(vm_)); in HWTEST_F_L0()
4013 TEST_TIME(JSValueRef::IsList); in HWTEST_F_L0()
4023 ASSERT_FALSE(object->IsList(vm_)); in HWTEST_F_L0()
4026 TEST_TIME(JSValueRef::IsList); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp257 } else if (value->IsList(vm_)) { in GetProperties()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp208 if (tagged->IsList(ecmaVm)) { in FromTagged()
506 if (tagged->IsList(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h598 bool IsList(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp967 bool JSValueRef::IsList(const EcmaVM *vm) in IsList() function in panda::JSValueRef

Completed in 58 milliseconds