Home
last modified time | relevance | path

Searched refs:GetExecutable (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_map_shadow_test.cc43 ASSERT_EQ(kBitUnset, shadow->GetExecutable(kGuestAddr, kGuestRegionSize)); in TEST_F()
49 ASSERT_EQ(kBitMixed, shadow->GetExecutable(kGuestAddr, kGuestRegionSize)); in TEST_F()
50 ASSERT_EQ(kBitSet, shadow->GetExecutable(kGuestAddr, kGuestRegionSize / 2)); in TEST_F()
56 ASSERT_EQ(kBitSet, shadow->GetExecutable(kGuestAddr, kGuestRegionSize)); in TEST_F()
62 ASSERT_EQ(kBitUnset, shadow->GetExecutable(kGuestAddr, kGuestRegionSize)); in TEST_F()
76 ASSERT_EQ(kBitSet, shadow->GetExecutable(kGuestAddr, kGuestRegionSize)); in TEST_F()
82 ASSERT_EQ(kBitUnset, shadow->GetExecutable(kGuestAddr, kGuestRegionSize)); in TEST_F()
87 ASSERT_EQ(kBitSet, shadow->GetExecutable(kRemapAddr, kRemapRegionSize1)); in TEST_F()
92 ASSERT_EQ(kBitUnset, shadow->GetExecutable(kRemapAddr, kRemapRegionSize1)); in TEST_F()
96 ASSERT_EQ(kBitSet, shadow->GetExecutable(kGuestAddr, kRemapRegionSize2)); in TEST_F()
[all …]
Dguest_map_shadow.cc127 BitValue GuestMapShadow::GetExecutable(GuestAddr start, size_t size) const { in GetExecutable() function in berberis::GuestMapShadow
143 return GetExecutable(start, size) == kBitSet; in IsExecutable()
/aosp_15_r20/frameworks/libs/binary_translation/kernel_api/
Dsys_mman_emulation.cc112 shadow->GetExecutable(ToGuestAddr(old_addr), new_size) == kBitMixed) { in MremapForGuest()
117 if (shadow->GetExecutable(ToGuestAddr(old_addr), old_size) == kBitMixed) { in MremapForGuest()
Dopen_emulation.cc152 BitValue exec_status = maps_shadow->GetExecutable(GuestAddr(start), end - start); in OpenatProcSelfMapsForGuest()
/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_map_shadow.h41 [[nodiscard]] BitValue GetExecutable(GuestAddr start, size_t size) const;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Djit_executable.h120 llvm::Expected<tfrt::AsyncValuePtr<Executable>> GetExecutable(
H A Djit_executable.cc215 Expected<AsyncValuePtr<Executable>> JitExecutable::GetExecutable( in GetExecutable() function in xla::runtime::JitExecutable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
H A Dbenchmark_mlir_function.cc118 jit_executable.GetExecutable(operands); in RunJitRtBenchmark()
H A Dmatmul_op_benchmark.h99 jit_executable.GetExecutable(operands); in RunMatMulMlirBenchmark()
H A Dcwise_op_unary_benchmark.h95 jit_executable.GetExecutable(operands); in PrepareUnaryMlirBenchmark()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DMemoryRegionInfo.h48 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DMemoryRegionInfo.h48 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DMemoryRegionInfo.h48 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DMemoryRegionInfo.h48 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/python_binding/
H A Dtf_jitrt_executor.cc215 jit_executable.GetExecutable(memrefs); in Execute()
H A Dtf_cpurt_executor.cc270 jit_executable.GetExecutable(memrefs, exec_ctx); in Execute()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_cpurt_kernels.cc321 AsyncValuePtr<Executable> executable = jit_executable.GetExecutable( in ExecuteImpl()
H A Dtf_jitrt_kernels.cc716 Expected<AsyncValuePtr<Executable>> executable = jit_executable.GetExecutable( in ExecuteImpl()
/aosp_15_r20/build/soong/cmd/sbox/sbox_proto/
H A Dsbox.pb.go385 func (x *Copy) GetExecutable() bool { func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/API/
DSBTarget.h295 lldb::SBFileSpec GetExecutable();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/API/
DSBTarget.h295 lldb::SBFileSpec GetExecutable();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/API/
DSBTarget.h285 lldb::SBFileSpec GetExecutable();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/API/
DSBTarget.h296 lldb::SBFileSpec GetExecutable();
/aosp_15_r20/build/soong/cmd/sbox/
H A Dsbox.go525 err := copyOneFile(fromPath, toPath, copyPair.GetExecutable(), exists, write)
/aosp_15_r20/prebuilts/bazel/common/proto/build/
Dbuild.pb.go2024 func (x *AttributeDefinition) GetExecutable() bool { func

12