Searched refs:region_end (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | scheduler.cc | 1794 void ScheduleRegion(BasicBlock* block, Node* region_end) { in ScheduleRegion() argument 1800 CHECK_EQ(IrOpcode::kFinishRegion, region_end->opcode()); in ScheduleRegion() 1801 ScheduleNode(block, region_end); in ScheduleRegion() 1804 Node* node = NodeProperties::GetEffectInput(region_end); in ScheduleRegion() 1813 node == region_end->InputAt(0)); in ScheduleRegion()
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_static.h | 170 ITT_STUBV(ITTAPI, void, region_end, (const __itt_domain *domain, __itt_id id), (ITT_FORMAT domain, id), region_end, __itt_group_structure, "%p, %lu")
|
/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | ittnotify.h | 2089 ITT_STUBV(ITTAPI, void, region_end, (const __itt_domain *domain, __itt_id id)) 2092 #define __itt_region_end(d,x) ITTNOTIFY_VOID_D1(region_end,d,x) 2093 #define __itt_region_end_ptr ITTNOTIFY_NAME(region_end)
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 407 Address region_end = embedded_blob_code_start + radius; in GetShortBuiltinsCallRegion() local 408 if (region_end < embedded_blob_code_start) { in GetShortBuiltinsCallRegion() 409 region_end = static_cast<Address>(-1); in GetShortBuiltinsCallRegion() 411 return base::AddressRegion(region_start, region_end - region_start); in GetShortBuiltinsCallRegion()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.cc | 2502 Address region_end = iter->second.first; in LookupNativeModule() local 2506 return region_start <= pc && pc < region_end ? candidate : nullptr; in LookupNativeModule()
|
Completed in 22 milliseconds