| /external/v8/test/mjsunit/ |
| debug-liveedit-patch-positions-replace.js | 6 // * Redistributions of source code must retain the above copyright 32 // have its positions patched; position changing requires new instance of Code 34 // later it will resume over new instance of Code. 36 // change they are 114 characters away from each other. New instance of Code is 75 // will keep reference to code object of BeingRepalced function. This reference
|
| /external/llvm/include/llvm/MC/ |
| MCStreamer.h | 1 //===- MCStreamer.h - High-level Streaming Machine Code Output --*- C++ -*-===// 40 /// MCStreamer - Streaming machine code generation interface. This interface 78 /// Indicator of whether the previous data-or-code indicator was for 79 /// code or not. Used to determine when we need to emit a new indicator. 82 Code, 161 /// emitting code to. 169 /// emitting code to. 204 /// SwitchSection - Set the current section where code is being emitted to 218 /// SwitchSectionNoChange - Set the current section where code is being 266 /// EmitCodeRegion - Emit a label that marks the beginning of a code [all...] |
| /external/llvm/lib/Target/PowerPC/InstPrinter/ |
| PPCInstPrinter.cpp | 94 unsigned Code = MI->getOperand(OpNo).getImm(); 96 switch ((PPC::Predicate)Code) { 113 if (Code == PPC::PRED_ALWAYS) return;
|
| /external/v8/src/arm/ |
| ic-arm.cc | 6 // * Redistributions of source code must retain the above copyright 33 #include "code-stubs.h" 65 // Generated code falls through if the receiver is a regular non-global 178 // The generated code assumes that the receiver has slow properties, 227 // The generated code assumes that the receiver has slow properties, 305 // Compute the hash code from the untagged key. This must be kept in sync 381 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC); 398 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC); 413 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC); 537 // The generated code does not accept smi keys [all...] |
| deoptimizer-arm.cc | 6 // * Redistributions of source code must retain the above copyright 47 void Deoptimizer::EnsureRelocSpaceForLazyDeoptimization(Handle<Code> code) { 59 // Get the optimized code. 60 Code* code = function->code(); 63 // code patching below, and is not needed any more. 64 code->InvalidateRelocation(); 69 SafepointTable table(function->code()); [all...] |
| code-stubs-arm.h | 6 // * Redistributions of source code must retain the above copyright 70 int MinorKey() { return tos_.code(); } 175 virtual int GetCodeKind() { return Code::TYPE_RECORDING_BINARY_OP_IC; } 181 virtual void FinishCode(Code* code) { 182 code->set_type_recording_binary_op_type(operands_type_); 183 code->set_type_recording_binary_op_result_type(result_type_); 190 // Flag that indicates how to generate code for the stub StringAddStub. 286 return IntRegisterBits::encode(the_int_.code()) 287 | HeapNumberRegisterBits::encode(the_heap_number_.code()) [all...] |
| /external/v8/src/ia32/ |
| ic-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 61 // Generated code falls through if the receiver is a regular non-global 157 // in the dictionary, so code at miss_label must always call a backup 160 // case. The generated code assumes that the receiver has slow 214 // is in the dictionary, so code at miss_label must always call a 217 // that case. The generated code assumes that the receiver has slow 301 // Compute the hash code from the untagged key. This must be kept in sync 390 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC); 406 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC); 420 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC) [all...] |
| deoptimizer-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 58 void Deoptimizer::EnsureRelocSpaceForLazyDeoptimization(Handle<Code> code) { 59 Isolate* isolate = code->GetIsolate(); 62 // Compute the size of relocation information needed for the code 65 Address prev_reloc_address = code->instruction_start(); 66 Address code_start_address = code->instruction_start(); 67 SafepointTable table(*code); 74 // The gap code is needed to get to the state expected at the 94 int reloc_length = code->relocation_info()->length() 142 Code* code = function->code(); local [all...] |
| code-stubs-ia32.h | 6 // * Redistributions of source code must retain the above copyright 32 #include "code-stubs.h" 164 virtual int GetCodeKind() { return Code::TYPE_RECORDING_BINARY_OP_IC; } 170 virtual void FinishCode(Code* code) { 171 code->set_type_recording_binary_op_type(operands_type_); 172 code->set_type_recording_binary_op_result_type(result_type_); 181 // Generate code for copying characters using a simple loop. This should only 192 // Generate code for copying characters using the rep movs instruction. 208 // string is found the code falls through with the string i [all...] |
| /external/v8/src/mips/ |
| code-stubs-mips.h | 6 // * Redistributions of source code must retain the above copyright 62 int MinorKey() { return tos_.code(); } 196 virtual int GetCodeKind() { return Code::BINARY_OP_IC; } 204 virtual void FinishCode(Code* code) { 205 code->set_binary_op_type(runtime_operands_type_); 319 virtual int GetCodeKind() { return Code::TYPE_RECORDING_BINARY_OP_IC; } 325 virtual void FinishCode(Code* code) { 326 code->set_type_recording_binary_op_type(operands_type_) [all...] |
| codegen-mips.h | 6 // * Redistributions of source code must retain the above copyright 34 #include "code-stubs-mips.h" 108 // Generate code to push the value of the reference on top of the 115 // Generate code to pop a reference, push the value of the reference, 119 // Generate code to store the value on top of the expression stack in the 141 // Code generation state 143 // The state is passed down the AST by the code generator (and back up, in 145 // call stack. Constructing a state implicitly pushes it on the owning code 150 // Create an initial code generator state. Destroying the initial state 151 // leaves the code generator with a NULL state [all...] |
| stub-cache-mips.cc | 6 // * Redistributions of source code must retain the above copyright 43 Code::Flags flags, 84 // Generate code to load the length from a string object and return the length. 107 // Generate StoreField code, value is passed in a0 register. 108 // After executing generated code, the receiver_reg and name_reg 122 void StubCompiler::GenerateLoadMiss(MacroAssembler* masm, Code::Kind kind) { 582 Code::Flags flags) { 591 Code::Flags flags) {
|
| /hardware/qcom/media/mm-core/omxcore/ |
| Android.mk | 2 #Copyright (c) 2009, Code Aurora Forum. All rights reserved. 6 # * Redistributions of source code must retain the above copyright 11 # * Neither the name of Code Aurora nor
|
| /hardware/qcom/media/mm-video/vidc/vdec/ |
| Android.mk | 2 #Copyright (c) 2010, Code Aurora Forum. All rights reserved. 6 # * Redistributions of source code must retain the above copyright 11 # * Neither the name of Code Aurora nor
|
| /hardware/qcom/media/mm-video/vidc/venc/ |
| Android.mk | 2 #Copyright (c) 2010, Code Aurora Forum. All rights reserved. 6 # * Redistributions of source code must retain the above copyright 11 # * Neither the name of Code Aurora nor
|
| /external/v8/test/cctest/ |
| test-regexp.cc | 6 // * Redistributions of source code must retain the above copyright 700 static ArchRegExpMacroAssembler::Result Execute(Code* code, 707 code, 728 Handle<Code> code = Handle<Code>::cast(code_object); local 737 Execute(*code, 773 Handle<Code> code = Handle<Code>::cast(code_object) local 830 Handle<Code> code = Handle<Code>::cast(code_object); local 889 Handle<Code> code = Handle<Code>::cast(code_object); local 931 Handle<Code> code = Handle<Code>::cast(code_object); local 978 Handle<Code> code = Handle<Code>::cast(code_object); local 1034 Handle<Code> code = Handle<Code>::cast(code_object); local 1093 Handle<Code> code = Handle<Code>::cast(code_object); local 1192 Handle<Code> code = Handle<Code>::cast(code_object); local 1235 Handle<Code> code = Handle<Code>::cast(code_object); local 1281 Handle<Code> code = Handle<Code>::cast(code_object); local [all...] |
| /external/v8/src/ |
| objects.h | 6 // * Redistributions of source code must retain the above copyright 89 // - Code 207 // constants can be embedded in generated code. 406 // code for the class including allocation and garbage collection routines, 719 V(Code) \ [all...] |
| frames-inl.h | 6 // * Redistributions of source code must retain the above copyright 69 inline void StackHandler::Iterate(ObjectVisitor* v, Code* holder) const { 101 inline Code* StackFrame::GetContainingCode(Isolate* isolate, Address pc) { 102 return isolate->pc_to_code_cache()->GetCacheEntry(pc)->code;
|
| regexp-macro-assembler.cc | 6 // * Redistributions of source code must retain the above copyright 55 #ifndef V8_INTERPRETED_REGEXP // Avoid unused code, e.g., on ARM. 105 Handle<Code> regexp_code, 154 Code* code, 167 int result = CALL_GENERATED_REGEXP_CODE(code->entry(), 180 // We detected a stack overflow (on the backtrack stack) in RegExp code, 220 // A GC might move the calling generated code and invalidate the
|
| safepoint-table.cc | 6 // * Redistributions of source code must retain the above copyright 61 SafepointTable::SafepointTable(Code* code) { 62 ASSERT(code->kind() == Code::OPTIMIZED_FUNCTION); 63 code_ = code; 64 Address header = code->instruction_start() + code->safepoint_table_offset(); 120 registers_->Add(reg.code()); 152 // Ensure there is always space for such patching, even if the code end [all...] |
| v8globals.h | 6 // * Redistributions of source code must retain the above copyright 59 // Desired alignment for generated code is 32 bytes (to improve cache line 119 class Code; 223 // Flag indicating whether code is built into the VM (one of the natives files). 268 // in compiled code. 269 typedef void (*InlineCacheCallback)(Code* code, Address ic); 434 // CODE_POINTER_ALIGN returns the value aligned as a generated code segment.
|
| bootstrapper.cc | 6 // * Redistributions of source code must retain the above copyright 85 // Old snapshot code can't cope with external strings at all. 328 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call)); 459 Handle<Code> code = local 460 Handle<Code>(isolate->builtins()->builtin( 462 empty_function->set_code(*code); 463 empty_function->shared()->set_code(*code); 543 Handle<Code> code = Handle<Code> local 701 Handle<Code> code = Handle<Code>(isolate->builtins()->builtin( local 735 Handle<Code> code = Handle<Code>(isolate->builtins()->builtin( local 1000 Handle<Code> code = Handle<Code>( local 1120 Handle<Code> code = Handle<Code>( local 1137 Handle<Code> code = local 1149 Handle<Code> code = local 1287 Handle<Code> code = Handle<Code>( local [all...] |
| /development/pdk/docs/source/ |
| source_toc.cs | 21 <li><a href="<?cs var:toroot ?>source/code-style.html">Code Style</a></li> 29 <li><a href="<?cs var:toroot ?>source/code-lines.html">Branches & Releases</a></li>
|
| /external/v8/src/x64/ |
| code-stubs-x64.h | 6 // * Redistributions of source code must retain the above copyright 162 virtual int GetCodeKind() { return Code::TYPE_RECORDING_BINARY_OP_IC; } 168 virtual void FinishCode(Code* code) { 169 code->set_type_recording_binary_op_type(operands_type_); 170 code->set_type_recording_binary_op_result_type(result_type_); 179 // Generate code for copying characters using a simple loop. This should only 189 // Generate code for copying characters using the rep movs instruction. 202 // string is found the code falls through with the string in register rax. 230 // Flag that indicates how to generate code for the stub StringAddStub [all...] |
| /external/llvm/lib/MC/ |
| MCStreamer.cpp | 1 //===- lib/MC/MCStreamer.cpp - Streaming Machine Code Output --------------===// 199 if (RegionIndicator == Code) return; 211 RegionIndicator = Code; 294 RegionIndicator = Code; 545 void MCStreamer::EmitWin64EHPushFrame(bool Code) { 551 MCWin64EHInstruction Inst(Win64EH::UOP_PushMachFrame, Label, Code);
|