| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_reflect_stub_builder.cpp | 23 void BuiltinsReflectStubBuilder::Get(Variable *result, Label *exit, Label *slowPath)
in Get() argument
|
| H A D | builtins_collection_stub_builder.cpp | 36 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 D | containers_stub_builder.cpp | 23 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 D | builtins_dataview_stub_builder.cpp | 25 SetTypedValue(GateRef glue, GateRef thisValue, GateRef numArgs, [[maybe_unused]] Variable* res, Label *exit, Label *slowPath) SetTypedValue() argument [all...] |
| H A D | builtins_collator_stub_builder.cpp | 22 ResolvedOptions(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable* res, Label* exit, Label* slowPath) ResolvedOptions() argument [all...] |
| H A D | builtins_regexp_stub_builder.cpp | 21 GetFlags(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable* result, Label* exit, Label *slowPath) GetFlags() argument
|
| H A D | builtins_stubs.cpp | 170 BRANCH(IntPtrGreaterThan(numArgs, index), &validIndex, &exit); GetArgFromArgv() local [all...] |
| H A D | builtins_number_stub_builder.cpp | 26 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 D | fsm_state.h | 26 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 D | rpo_test.cpp | 107 auto exit = GetGraph()->GetEndBlock(); in TEST_F() local 236 auto exit in TEST_F() local [all...] |
| H A D | dom_tree_test.cpp | 141 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 D | rpo_test.cpp | 113 auto exit = GetGraph()->GetEndBlock(); in TEST_F() local 240 auto exit in TEST_F() local [all...] |
| H A D | dom_tree_test.cpp | 146 auto exit = GetGraph()->GetEndBlock(); in TEST_F() local 297 auto exit = GetGraph()->GetEndBlock(); TEST_F() local [all...] |
| H A D | loop_unroll_test.cpp | 52 auto exit = entry + graph->GetCode().Size(); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in CheckRetOnVixlSimulator() local [all...] |
| H A D | inst_generator.cpp | 821 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 D | hash_stub_builder.cpp | 78 void HashStubBuilder::CalcHashcodeForNumber(GateRef key, Variable *res, Label *exit)
in CalcHashcodeForNumber() argument [all...] |
| H A D | circuit_builder-inl.h | 83 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 D | ic_stub_builder.cpp | 225 BRANCH(IsTypedArrayElement(handlerInfo), &handlerInfoIsTypedArrayElement, &exit); in LoadICByValue() local
|
| H A D | lcr_circuit_builder.cpp | 203 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 D | simplify_string_builder.h | 174 } exit; // NOLINT(misc-non-private-member-variables-in-classes) member
|
| /foundation/communication/dsoftbus/core/bus_center/utils/include/ |
| H A D | lnn_state_machine.h | 45 StateExitFunc exit; member
|
| /foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/ |
| H A D | wfd_source_demo.cpp | 271 bool exit = false; in TestOneByOne() local
|
| /foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/ |
| H A D | connection_manager.cpp | 281 bool exit = false; in DisconnectNonexistentService() local
|
| /foundation/communication/dsoftbus/core/connection/ble/include/ |
| H A D | softbus_conn_ble_manager.h | 98 void (*exit)(void); member
|
| /foundation/communication/dsoftbus/core/connection/br/include/ |
| H A D | softbus_conn_br_manager.h | 97 void (*exit)(void); member
|