Home
last modified time | relevance | path

Searched refs:match_obj (Results 1 – 3 of 3) sorted by relevance

/external/toolchain-utils/
Dget_common_image_version.py39 match_obj = re.match(
44 if match_obj:
47 match_obj.group('chrome_major_version')):
49 prev_beta = match_obj.groupdict()
/external/toolchain-utils/fdo_scripts/
Dsummarize_hot_blocks.py55 match_obj = re.match('.*# BLOCK \d+ .*count:(\d+)', line)
56 if match_obj:
57 return int(match_obj.group(1))
/external/v8/src/runtime/
Druntime-regexp.cc1592 Handle<Object> match_obj; in RUNTIME_FUNCTION() local
1593 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, match_obj, in RUNTIME_FUNCTION()
1598 Object::ToString(isolate, match_obj)); in RUNTIME_FUNCTION()
1621 Handle<Object> match_obj; in RUNTIME_FUNCTION() local
1622 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, match_obj, in RUNTIME_FUNCTION()
1627 Object::ToString(isolate, match_obj)); in RUNTIME_FUNCTION()