Home
last modified time | relevance | path

Searched defs:hole (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_node_test.cpp90 JSHandle<LinkedNode> hole(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local
Djs_api_hashset_test.cpp121 JSHandle<JSTaggedValue> hole(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp125 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
247 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
Dglobal_dictionary-inl.h75 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
Dtagged_hash_array.cpp69 JSHandle<LinkedNode> hole(thread, JSTaggedValue::Hole()); in NewLinkedNode() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp860 auto hole = circuit_->GetConstantGate(MachineType::I64, in NewJSGate() local
Dslowpath_lowering.cpp839 auto hole = builder_.HoleConstant(); in SaveFrameToContext() local
1196 GateRef hole = acc_.GetValueIn(gate, 0); in LowerThrowUndefinedIfHole() local
1220 GateRef hole = acc_.GetValueIn(gate, 1); in LowerThrowUndefinedIfHoleWithName() local
Dtype_lowering.cpp466 Label hole(&builder_); in LowerLoadProperty() local
Dinterpreter_stub.cpp1200 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
1219 GateRef hole = acc; in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1117 VReg hole = AllocReg(); in EmitRethrow() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3709 JSTaggedValue hole = GET_VREG_VALUE(v0); in RunInternal() local
3720 JSTaggedValue hole = acc; in RunInternal() local
Dinterpreter_assembly.cpp1797 JSTaggedValue hole = GET_VREG_VALUE(v0); in HandleThrowUndefinedifholePrefV8V8() local
1811 JSTaggedValue hole = acc; in HandleThrowUndefinedifholewithnamePrefId16() local