HomeSort by relevance Sort by last modified time
    Searched refs:app_image (Results 1 - 8 of 8) sorted by null

  /external/avb/examples/uefi/
uefi_avb_ops.h 43 AvbOps* uefi_avb_ops_new(EFI_HANDLE app_image);
uefi_avb_ops.c 611 AvbOps* uefi_avb_ops_new(EFI_HANDLE app_image) {
620 data->efi_image_handle = app_image;
623 app_image,
  /art/runtime/
image.h 217 static size_t NumberOfImageRoots(bool app_image) {
218 return app_image ? kImageRootsMax : kImageRootsMax - 1u;
class_linker.cc 1781 const bool app_image = class_loader != nullptr; local
    [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/test/etc/
run-test-jar 64 APP_IMAGE="y"
162 # APP_IMAGE doesn't really work with jvmti redefine stress
163 APP_IMAGE="n"
180 APP_IMAGE="n"
623 if [ "$APP_IMAGE" = "y" ]; then
625 app_image="--base=0x4000 --app-image-file=$DEX_LOCATION/oat/$ISA/$TEST_NAME.art"
637 ${app_image} \
  /art/dex2oat/
dex2oat_test.cc 703 void RunTest(bool app_image) {
706 std::string app_image_file = app_image ? (GetOdexDir() + "/DexOdexNoOat.art"): "";
710 if (app_image) {
733 if (app_image) {
    [all...]
  /art/oatdump/
oatdump.cc 324 const char* app_image,
337 app_image_(app_image),
    [all...]

Completed in 106 milliseconds