Home
last modified time | relevance | path

Searched defs:exit (Results 1 - 25 of 48) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_reflect_stub_builder.cpp23 void BuiltinsReflectStubBuilder::Get(Variable *result, Label *exit, Label *slowPath) in Get() argument
H A Dbuiltins_collection_stub_builder.cpp36 void BuiltinsCollectionStubBuilder<CollectionType>::Clear(Variable *result, Label *exit, Label *slowPath) in Clear() argument
89 void BuiltinsCollectionStubBuilder<CollectionType>::Values(Variable *result, Label *exit, Label *slowPath) in Values() argument
69 CreateIterator(Variable *result, Label *exit, Label *slowPath, GateRef kind) CreateIterator() argument
99 Entries(Variable *result, Label *exit, Label *slowPath) Entries() argument
109 Keys(Variable *result, Label *exit, Label *slowPath) Keys() argument
118 ForEach(Variable *result, Label *exit, Label *slowPath) ForEach() argument
147 BRANCH(TaggedIsException(res), &exception, exit); ForEach() local
157 MapSetOrSetAdd( Variable *result, Label *exit, Label *slowPath, bool isJsMapSet) MapSetOrSetAdd() argument
187 Set(Variable *result, Label *exit, Label *slowPath) Set() argument
195 Add(Variable *result, Label *exit, Label *slowPath) Add() argument
203 Delete(Variable *result, Label *exit, Label *slowPath) Delete() argument
229 Has(Variable *result, Label *exit, Label *slowPath) Has() argument
255 Get(Variable *result, Label *exit, Label *slowPath) Get() argument
[all...]
H A Dcontainers_stub_builder.cpp23 ContainersCommonFuncCall(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) ContainersCommonFuncCall() argument
145 QueueCommonFuncCall(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) QueueCommonFuncCall() argument
254 DequeCommonFuncCall(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) DequeCommonFuncCall() argument
366 ContainersLightWeightCall(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) ContainersLightWeightCall() argument
476 ContainersHashCall(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) ContainersHashCall() argument
613 ContainersLinkedListCall(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) ContainersLinkedListCall() argument
[all...]
H A Dbuiltins_dataview_stub_builder.cpp25 SetTypedValue(GateRef glue, GateRef thisValue, GateRef numArgs, [[maybe_unused]] Variable* res, Label *exit, Label *slowPath) SetTypedValue() argument
[all...]
H A Dbuiltins_collator_stub_builder.cpp22 ResolvedOptions(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable* res, Label* exit, Label* slowPath) ResolvedOptions() argument
[all...]
H A Dbuiltins_regexp_stub_builder.cpp21 GetFlags(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable* result, Label* exit, Label *slowPath) GetFlags() argument
H A Dbuiltins_stubs.cpp170 BRANCH(IntPtrGreaterThan(numArgs, index), &validIndex, &exit); GetArgFromArgv() local
[all...]
H A Dbuiltins_number_stub_builder.cpp26 void BuiltinsNumberStubBuilder::ParseFloat(Variable *result, Label *exit, Label *slowPath) in ParseFloat() argument
53 void BuiltinsNumberStubBuilder::ParseInt(Variable *result, Label *exit, Label *slowPath) in ParseInt() argument
86 void BuiltinsNumberStubBuilder::IsFinite(Variable *result, Label *exit, Label *slowPath) in IsFinite() argument
125 void BuiltinsNumberStubBuilder::IsNaN(Variable *result, Label *exit, Label *slowPath) in IsNaN() argument
156 IsInteger(Variable *result, Label *exit, Label *slowPath) IsInteger() argument
192 IsSafeInteger(Variable *result, Label *exit, Label *slowPath) IsSafeInteger() argument
272 BRANCH(TaggedIsUndefined(newTarget), &exit, &newObj); GenNumberConstructor() local
315 ToString(Variable *result, Label *exit, Label *slowPath) ToString() argument
[all...]
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dfsm_state.h26 FsmState(HI_FSM_StateHandleEvent event, HI_FSM_StateEnter enter, HI_FSM_StateExit exit, void *priv, in FsmState() argument
/arkcompiler/runtime_core/compiler/tests/
H A Drpo_test.cpp107 auto exit = GetGraph()->GetEndBlock(); in TEST_F() local
236 auto exit in TEST_F() local
[all...]
H A Ddom_tree_test.cpp141 auto exit = GetGraph()->GetEndBlock(); in TEST_F() local
294 auto exit = GetGraph()->GetEndBlock(); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Drpo_test.cpp113 auto exit = GetGraph()->GetEndBlock(); in TEST_F() local
240 auto exit in TEST_F() local
[all...]
H A Ddom_tree_test.cpp146 auto exit = GetGraph()->GetEndBlock(); in TEST_F() local
297 auto exit = GetGraph()->GetEndBlock(); TEST_F() local
[all...]
H A Dloop_unroll_test.cpp52 auto exit = entry + graph->GetCode().Size(); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in CheckRetOnVixlSimulator() local
[all...]
H A Dinst_generator.cpp821 auto exit = graph->CreateEndBlock(); in CreateGraphWithOneBasicBlock() local
832 auto exit = graph->CreateEndBlock(); in CreateGraphWithTwoBasicBlock() local
845 auto exit = graph->CreateEndBlock(); in CreateGraphWithThreeBasicBlock() local
865 auto exit = graph->CreateEndBlock(); in CreateGraphWithFourBasicBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhash_stub_builder.cpp78 void HashStubBuilder::CalcHashcodeForNumber(GateRef key, Variable *res, Label *exit) in CalcHashcodeForNumber() argument
[all...]
H A Dcircuit_builder-inl.h83 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit) in HandleException() argument
92 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit, GateRef exceptionVal) in HandleException() argument
H A Dic_stub_builder.cpp225 BRANCH(IsTypedArrayElement(handlerInfo), &handlerInfoIsTypedArrayElement, &exit); in LoadICByValue() local
H A Dlcr_circuit_builder.cpp203 GateRef CircuitBuilder::DoubleToInt(GateRef x, Label *exit) in DoubleToInt() argument
217 BRANCH_CIR2(Int32LessThan(exp, bits), exit, &overflow); in DoubleToInt() local
242 BRANCH_CIR2(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit); in DoubleToInt() local
251 BRANCH_CIR2(Int32LessThan(exp, bits), &exit, &overflow); DoubleToInt() local
278 Branch(DoubleIsINF(x), &isInfinity, &exit); DoubleCheckINFInRangeInt32() local
319 Branch(DoubleLessThan(x, Min), &underflow, &exit); DoubleInRangeInt32() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dsimplify_string_builder.h174 } exit; // NOLINT(misc-non-private-member-variables-in-classes) member
/foundation/communication/dsoftbus/core/bus_center/utils/include/
H A Dlnn_state_machine.h45 StateExitFunc exit; member
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H A Dwfd_source_demo.cpp271 bool exit = false; in TestOneByOne() local
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dconnection_manager.cpp281 bool exit = false; in DisconnectNonexistentService() local
/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_manager.h98 void (*exit)(void); member
/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_manager.h97 void (*exit)(void); member

Completed in 17 milliseconds

12