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.cpp177 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
346 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
Dglobal_dictionary-inl.h77 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/
Dslowpath_lowering.cpp783 auto hole = builder_.HoleConstant(); in SaveFrameToContext() local
1077 GateRef hole = acc_.GetValueIn(gate, 0); in LowerThrowUndefinedIfHole() local
1102 GateRef hole = acc_.GetValueIn(gate, 1); in LowerThrowUndefinedIfHoleWithName() local
Dbytecode_circuit_builder.cpp936 auto hole = circuit_->GetConstantGate(MachineType::I64, in NewJSGate() local
Dinterpreter_stub.cpp1220 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
1239 GateRef hole = acc; in DECLARE_ASM_HANDLER() local
Dstub_builder.cpp1771 Label hole(env); in ICStoreElement() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1126 VReg hole = AllocReg(); in EmitRethrow() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3849 JSTaggedValue hole = GET_VREG_VALUE(v0); in RunInternal() local
3860 JSTaggedValue hole = acc; in RunInternal() local
Dinterpreter_assembly.cpp1865 JSTaggedValue hole = GET_VREG_VALUE(v0); in HandleThrowUndefinedifholePrefV8V8() local
1880 JSTaggedValue hole = acc; in HandleThrowUndefinedifholewithnamePrefId16() local