Home
last modified time | relevance | path

Searched refs:end (Results 19226 - 19250 of 24020) sorted by relevance

1...<<761762763764765766767768769770>>...961

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h840 // Values merged into the start or end of this control construct.
1080 const byte* end, uint32_t buffer_offset = 0) in WasmDecoder()
1081 : Decoder(start, end, buffer_offset), in WasmDecoder()
1102 local_types_.assign(sig_->parameters().begin(), sig_->parameters().end()); in InitializeLocalsFromSig()
1133 DecodeError(end(), in DecodeLocals()
1134 "expected more local decls but reached end of input"); in DecodeLocals()
1158 // Move the insertion iterator to the end of the newly inserted locals. in DecodeLocals()
1178 // position at the end of the vector represents possible assignments to
1182 if (pc >= decoder->end()) return nullptr; in AnalyzeLoopAssignment()
1194 while (pc < decoder->end() in AnalyzeLoopAssignment()
1078 WasmDecoder(Zone* zone, const WasmModule* module, const WasmFeatures& enabled, WasmFeatures* detected, const FunctionSig* sig, const byte* start, const byte* end, uint32_t buffer_offset = 0) WasmDecoder() argument
5375 Value& end = c->end_merge[i]; TypeCheckOneArmedIf() local
[all...]
/third_party/python/Python/
H A Dceval.c1257 indirect jump instruction at the end of each opcode. Since the jump
5697 /* This should never be reached. Every opcode should end with DISPATCH()
5913 Py_ssize_t start, end; local
5924 end = co->co_argcount - defcount;
5928 end = start + co->co_kwonlyargcount;
5930 for (i = start; i < end; i++) {
6076 skip_to_next_entry(unsigned char *p, unsigned char *end) { argument
6077 while (p < end && ((p[0] & 128) == 0)) {
6090 unsigned char *end = start + PyBytes_GET_SIZE(code->co_exceptiontable); local
6096 if (end
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service.cpp195 if (iter == systemAbilityChangeMap_.end()) { in OnAddSystemAbility()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dintf_type_check.cpp60 if (std::any_of(importMap.begin(), importMap.end(), [] (const std::pair<std::string, AutoPtr<AST>> &importPair) { in CheckIntfSaAst()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot.cpp254 inputStream.seekg(0, inputStream.end); in WritePixelMap()
/foundation/ability/form_fwk/services/src/
H A Dform_event_report.cpp321 if (it != EVENT_NAME_MAP.end()) { in ConvertEventName()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_emitter.cpp182 if (basicTypePair != basicEmitters_.end()) { in GetTypeEmitter()
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dability_util.h227 if (whiteListDlpSet.find(want.GetBundle()) != whiteListDlpSet.end()) { in HandleDlpApp()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_data_storage.cpp276 if (pixelMap != cachedPixelMap_.end()) { in GetCachedSnapshot()
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_state_observer.cpp335 TAG_LOGD(AAFwkTag::APPMGR, "end"); in CallJsFunction()
354 bool isExist = (item != jsObserverObjectMap_.end()); in FindObserverByObserverId()
/foundation/ability/ability_runtime/services/common/src/
H A Dpermission_verification.cpp141 OBSERVER_NATIVE_CALLER.find(nativeTokenInfo.processName) == OBSERVER_NATIVE_CALLER.end()) { in CheckObserverCallerPermission()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_connection.cpp203 if (iter == connectionMap_.end()) { in GetConnection()
/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/
H A Dresident_process_manager.cpp290 for (auto it = residentAbilityInfos_.begin(); it != residentAbilityInfos_.end(); ++it) { in RemoveResidentAbility()
/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp228 std::set<std::string> firstSet(fileList.begin(), fileList.end()); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_ability_lifecycle_callback.cpp89 if (it == onAbilityCreatecallbacks_.end()) { in UnRegister()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h45 double end; member
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape_container.cpp37 return std::multiset<RefPtr<RenderNode>, ZIndexComparator>(children.begin(), children.end()); in SortChildrenByZIndex()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp410 if (customIter != customStyleMap_.end()) { in GetValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h383 void StartDefaultOrCustomSpringMotion(float start, float end, const RefPtr<InterpolatingSpring>& curve);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_connection.cpp203 if (iter == connectionMap_.end()) { in GetConnection()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_layout_algorithm.cpp256 if (std::count(itemId.begin(), itemId.end(), childNode->GetInspectorId())) { in AdjustNodeTree()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h54 // If no insertion location is specified, new child will be added to the end of children list by default.
249 void SetTextSelectionEnd(int32_t end);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text_clock.cpp356 for (auto it = controller_.begin(); it != controller_.end(); it++) { in removeController()
H A Djs_sceneview.cpp138 for (auto iter = propertyData.begin(); iter != propertyData.end(); ++iter) { in GetModelProperty()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h367 double end; member

Completed in 42 milliseconds

1...<<761762763764765766767768769770>>...961