Home
last modified time | relevance | path

Searched defs:path_to_root (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/executorch/test/utils/
H A Dgenerate_gtest_cmakelists.py14 def calculate_project_name(path_to_root): argument
23 def calculate_relative_path(path_to_root): argument
32 def format_template(path_to_root, test_srcs, additional_libs): argument
46 def write_template(path_to_root, test_srcs, additional_libs): argument
66 path_to_root = d["directory"] variable
/aosp_15_r20/art/runtime/
H A Dsubtype_check_info.h282 BitString path_to_root = GetPathToRoot(); in GetState() local
461 BitString path_to_root = GetPathToRoot(); in DcheckInvariants() local
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_builder.cc2796 uint32_t path_to_root = in BuildTypeCheck() local
H A Dcode_generator_arm64.cc2192 uint32_t path_to_root = check->GetBitstringPathToRoot(); in GenerateBitstringTypeCheckCompare() local
H A Dcode_generator_x86_64.cc6670 uint32_t path_to_root = check->GetBitstringPathToRoot(); in GenerateBitstringTypeCheckCompare() local
H A Dcode_generator_x86.cc7595 uint32_t path_to_root = check->GetBitstringPathToRoot(); in GenerateBitstringTypeCheckCompare() local
H A Dcode_generator_arm_vixl.cc7931 uint32_t path_to_root = check->GetBitstringPathToRoot(); in GenerateBitstringTypeCheckCompare() local
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc150 std::string_view path_to_root = tokens[0]; in ParseDirtyEntry() local