Searched defs:hole (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | linked_node_test.cpp | 66 JSHandle<LinkedNode> hole(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local
|
| D | js_api_hashset_test.cpp | 79 JSHandle<JSTaggedValue> hole(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_dictionary-inl.h | 78 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
|
| D | tagged_hash_array.cpp | 65 JSHandle<LinkedNode> hole(thread, JSTaggedValue::Hole()); in NewLinkedNode() local
|
| D | tagged_dictionary.cpp | 247 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local 429 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.cpp | 55 Label hole(env); in Rehash() local 325 Label hole(env); in GetDeletedElementsAt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | post_schedule.cpp | 721 GateRef hole = circuit_->GetConstantGateWithoutCache( in LoweringStoreWithBarrierAndPrepareScheduleGate() local 909 GateRef hole = circuit_->GetConstantGateWithoutCache( in LoweringLoadWithBarrierAndPrepareScheduleGate() local
|
| D | frame_states.cpp | 317 auto hole = circuit_->GetConstantGate(MachineType::I64, in AdvanceToNextBc() local
|
| D | slowpath_lowering.cpp | 964 auto hole = builder_.HoleConstant(); in SaveFrameToContext() local 1259 GateRef hole = acc_.GetValueIn(gate, 0); in LowerThrowUndefinedIfHole() local 1317 GateRef hole = acc_.GetValueIn(gate, 1); in LowerThrowUndefinedIfHoleWithName() local
|
| D | interpreter_stub.cpp | 1758 GateRef hole = GetVregValue(glue, sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local 1778 GateRef hole = acc; in DECLARE_ASM_HANDLER() local
|
| D | stub_builder.cpp | 3185 Label hole(env); in ICStoreElement() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1219 VReg hole = AllocReg(); in EmitRethrow() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 3994 JSTaggedValue hole = GET_VREG_VALUE(v0); in RunInternal() local 4005 JSTaggedValue hole = acc; in RunInternal() local
|
| D | interpreter_assembly.cpp | 1930 JSTaggedValue hole = GET_VREG_VALUE(v0); in HandleThrowUndefinedifholePrefV8V8() local 1945 JSTaggedValue hole = acc; in HandleThrowUndefinedifholewithnamePrefId16() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 4204 GateRef hole = GetVregValue(glue, sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
|