Home
last modified time | relevance | path

Searched refs:Arm (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dsafepoint.cc46 barrier_.Arm(); in EnterLocalSafepointScope()
108 barrier_.Arm(); in InitiateGlobalSafepointScopeRaw()
212 void IsolateSafepoint::Barrier::Arm() { in Arm() function in v8::internal::IsolateSafepoint::Barrier
H A Dsafepoint.h60 void Arm();
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A D_elffile.py34 Arm = 40 variable in EMachine
H A D_manylinux.py37 and f.machine == EMachine.Arm
/third_party/node/deps/v8/src/heap/base/asm/arm64/
H A Dpush_registers_masm.S6 ; the Microsoft Arm Assembler.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMinidump.h152 } Arm; member
/third_party/rust/crates/syn/src/
H A Dexpr.rs504 pub arms: Vec<Arm>,
892 pub struct Arm { structure names
2237 arms.push(content.call(Arm::parse)?); in parse()
2833 impl Parse for Arm {
2834 fn parse(input: ParseStream) -> Result<Arm> { in parse()
2836 Ok(Arm { in parse()
3442 impl ToTokens for Arm {
H A Dlib.rs353 pub use crate::expr::{Arm, Label, RangeLimits};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h128 Arm = 0x1C0, member in llvm::pdb::PDB_Checksum::PDB_Machine
/third_party/rust/crates/syn/tests/common/
H A Deq.rs12 use rustc_ast::ast::Arm;
454 spanless_eq_struct!(Arm; attrs pat guard body span id is_placeholder);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp299 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Arm, OS) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp341 IO.mapOptional("CPU", Info.CPU.Arm); in streamMapping()
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs46 fn visit_arm(&mut self, i: &'ast Arm) { in visit_arm()
956 pub fn visit_arm<'ast, V>(v: &mut V, node: &'ast Arm) in visit_arm()
H A Dclone.rs30 impl Clone for Arm {
32 Arm { in clone()
H A Dfold.rs47 fn fold_arm(&mut self, i: Arm) -> Arm { in fold_arm()
959 pub fn fold_arm<F>(f: &mut F, node: Arm) -> Arm in fold_arm()
963 Arm { in fold_arm()
H A Deq.rs29 impl Eq for Arm {}
32 impl PartialEq for Arm {
H A Dvisit_mut.rs47 fn visit_arm_mut(&mut self, i: &mut Arm) { in visit_arm_mut()
957 pub fn visit_arm_mut<V>(v: &mut V, node: &mut Arm) in visit_arm_mut()
H A Dhash.rs31 impl Hash for Arm {
H A Ddebug.rs35 impl Debug for Arm {
37 let mut formatter = formatter.debug_struct("Arm"); in fmt()
/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_cm85.h2 * Copyright (c) 2022-2023 Arm Limited. All rights reserved.
70 #error Legacy Arm Compiler does not support Armv8.1-M target architecture.
H A Dcore_cm55.h2 * Copyright (c) 2018-2023 Arm Limited. All rights reserved.
70 #error Legacy Arm Compiler does not support Armv8.1-M target architecture.
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs41 impl Debug for Lite<syn::Arm> {
43 let mut formatter = formatter.debug_struct("Arm"); in fmt()

Completed in 70 milliseconds