Home
last modified time | relevance | path

Searched defs:hole (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_dictionary-inl.h77 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
H A Dtagged_dictionary.cpp246 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
427 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.cpp320 BRANCH(TaggedIsHole(key), &hole, &loopEnd); in GetDeletedElementsAt() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp4175 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp290 auto hole = circuit_->GetConstantGate(MachineType::I64, in AdvanceToNextBc() local
H A Dinterpreter_stub.cpp1662 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
1681 GateRef hole = acc; in DECLARE_ASM_HANDLER() local
H A Dslowpath_lowering.cpp890 auto hole = builder_.HoleConstant(); in SaveFrameToContext() local
1191 GateRef hole = acc_.GetValueIn(gate, 0); in LowerThrowUndefinedIfHole() local
1217 GateRef hole = acc_.GetValueIn(gate, 1); in LowerThrowUndefinedIfHoleWithName() local
H A Dstub_builder.cpp2815 BRANCH(Int32GreaterThan(index, capacity), &hole, &exit); in ICStoreElement() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1200 VReg hole = AllocReg(); in EmitRethrow() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp3984 JSTaggedValue hole = GET_VREG_VALUE(v0); in RunInternal() local
3995 JSTaggedValue hole = acc; in RunInternal() local
[all...]

Completed in 73 milliseconds