OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytecodeFile
(Results
1 - 3
of
3
) sorted by null
/dalvik/opcode-gen/
opcode-gen
56
bytecodeFile
="$progdir/bytecode.txt"
58
awk -v "
bytecodeFile
=$
bytecodeFile
" -f "$progdir/opcode-gen.awk" \
opcode-gen.awk
251
status = getline line <
bytecodeFile
;
/external/clang/www/demo/
index.cgi
350
my $
bytecodeFile
= getname(".bc");
359
"stkrc $stats -o $
bytecodeFile
$inputFile > $outputFile 2>&1",
366
"llvm-gcc -emit-llvm -W -Wall -O2 $stats -o $
bytecodeFile
-c $inputFile > $outputFile 2>&1",
385
"llvm-ld $stats -o=$tmpFile $
bytecodeFile
> $outputFile 2>&1",
388
system("mv $tmpFile.bc $
bytecodeFile
");
398
print " Bytecode size is ", -s $
bytecodeFile
, " bytes.\n";
402
"llvm-dis -o=$disassemblyFile $
bytecodeFile
> $outputFile 2>&1",
424
try_run( "llvm-bcanalyzer", "llvm-bcanalyzer $
bytecodeFile
> $analFile 2>&1",
429
try_run("llvm2cpp","llvm2cpp $
bytecodeFile
-o $l2cppFile 2>&1",
456
unlink( $inputFile, $
bytecodeFile
, $outputFile, $disassemblyFile )
[
all
...]
Completed in 944 milliseconds