/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 840 // 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 D | ceval.c | 1257 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 D | intell_voice_service.cpp | 195 if (iter == systemAbilityChangeMap_.end()) { in OnAddSystemAbility()
|
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | intf_type_check.cpp | 60 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 D | snapshot.cpp | 254 inputStream.seekg(0, inputStream.end); in WritePixelMap()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_event_report.cpp | 321 if (it != EVENT_NAME_MAP.end()) { in ConvertEventName()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/ |
H A D | hdi_code_emitter.cpp | 182 if (basicTypePair != basicEmitters_.end()) {
in GetTypeEmitter()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/ |
H A D | ability_util.h | 227 if (whiteListDlpSet.find(want.GetBundle()) != whiteListDlpSet.end()) { in HandleDlpApp()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/ |
H A D | mission_data_storage.cpp | 276 if (pixelMap != cachedPixelMap_.end()) { in GetCachedSnapshot()
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/ |
H A D | js_app_state_observer.cpp | 335 TAG_LOGD(AAFwkTag::APPMGR, "end"); in CallJsFunction() 354 bool isExist = (item != jsObserverObjectMap_.end()); in FindObserverByObserverId()
|
/foundation/ability/ability_runtime/services/common/src/ |
H A D | permission_verification.cpp | 141 OBSERVER_NATIVE_CALLER.find(nativeTokenInfo.processName) == OBSERVER_NATIVE_CALLER.end()) { in CheckObserverCallerPermission()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/ |
H A D | softbus_connection.cpp | 203 if (iter == connectionMap_.end()) { in GetConnection()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/ |
H A D | resident_process_manager.cpp | 290 for (auto it = residentAbilityInfos_.begin(); it != residentAbilityInfos_.end(); ++it) { in RemoveResidentAbility()
|
/foundation/ability/ability_base/test/unittest/extractor/ |
H A D | extractor_test.cpp | 228 std::set<std::string> firstSet(fileList.begin(), fileList.end()); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/cj/ffi/ |
H A D | cj_ability_lifecycle_callback.cpp | 89 if (it == onAbilityCreatecallbacks_.end()) { in UnRegister()
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scrollable.h | 45 double end; member
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape_container.cpp | 37 return std::multiset<RefPtr<RenderNode>, ZIndexComparator>(children.begin(), children.end()); in SortChildrenByZIndex()
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 410 if (customIter != customStyleMap_.end()) { in GetValue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_pattern.h | 383 void StartDefaultOrCustomSpringMotion(float start, float end, const RefPtr<InterpolatingSpring>& curve);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/ |
H A D | softbus_connection.cpp | 203 if (iter == connectionMap_.end()) { in GetConnection()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_layout_algorithm.cpp | 256 if (std::count(itemId.begin(), itemId.end(), childNode->GetInspectorId())) { in AdjustNodeTree()
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_node.h | 54 // 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 D | js_text_clock.cpp | 356 for (auto it = controller_.begin(); it != controller_.end(); it++) { in removeController()
|
H A D | js_sceneview.cpp | 138 for (auto iter = propertyData.begin(); iter != propertyData.end(); ++iter) { in GetModelProperty()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.h | 367 double end; member
|