Searched defs:hole (Results 1 - 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | global_dictionary-inl.h | 77 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
|
| H A D | tagged_dictionary.cpp | 246 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local 427 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | linked_hashtable_stub_builder.cpp | 320 BRANCH(TaggedIsHole(key), &hole, &loopEnd); in GetDeletedElementsAt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 4175 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | frame_states.cpp | 290 auto hole = circuit_->GetConstantGate(MachineType::I64, in AdvanceToNextBc() local
|
| H A D | interpreter_stub.cpp | 1662 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0));
in DECLARE_ASM_HANDLER() local 1681 GateRef hole = acc;
in DECLARE_ASM_HANDLER() local
|
| H A D | slowpath_lowering.cpp | 890 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 D | stub_builder.cpp | 2815 BRANCH(Int32GreaterThan(index, capacity), &hole, &exit); in ICStoreElement() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 1200 VReg hole = AllocReg(); in EmitRethrow() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter-inl.cpp | 3984 JSTaggedValue hole = GET_VREG_VALUE(v0); in RunInternal() local 3995 JSTaggedValue hole = acc; in RunInternal() local [all...] |
Completed in 66 milliseconds