Home
last modified time | relevance | path

Searched refs:Rss (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/tools/
H A Drss-measure.sh33 SUM=$(grep -o -e "^[0-9a-f][0-9a-f]*.*" -e "^Rss.*" /proc/$PID/smaps 2>/dev/null | grep -A 1 -- "r[w-]-p " | grep "^Rss"|awk '{s += $2;} END {print s;}')
57 collect_entry Rss
67 print_entry Rss
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1377 // Translate a "$Rdd = $Rss" to "$Rdd = combine($Rs, $Rt)" in processInstruction()
1735 MCOperand &Rss = Inst.getOperand(1); in processInstruction() local
1743 unsigned int RegPairNum = RI->getEncodingValue(Rss.getReg()); in processInstruction()
1746 Rss.setReg(matchRegister(Reg1)); in processInstruction()
1752 TmpInst.addOperand(Rss); in processInstruction()
1819 MCOperand &Rss = Inst.getOperand(2); in processInstruction() local
1836 TmpInst.addOperand(Rss); in processInstruction()
1879 MCOperand &Rss = Inst.getOperand(1); in processInstruction() local
1887 unsigned int RegPairNum = RI->getEncodingValue(Rss.getReg()); in processInstruction()
1890 Rss in processInstruction()
[all...]
/third_party/rust/crates/rustix/examples/
H A Dprocess.rs52 println!("Rss Limit: {:?}", getrlimit(Resource::Rss)); in main()
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dtypes.rs67 Rss = c::RLIMIT_RSS as c::c_int,
176 pub const Rss: Self = Self::As; consts
/third_party/node/src/
H A Dnode_process_methods.cc168 static void Rss(const FunctionCallbackInfo<Value>& args) { in Rss() function
589 SetMethod(context, target, "rss", Rss); in Initialize()
620 registry->Register(Rss); in RegisterExternalReferences()
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H A Dtypes.rs58 Rss = linux_raw_sys::general::RLIMIT_RSS,

Completed in 11 milliseconds