/external/v8/src/ |
frames.cc | 425 // TODO(titzer): "can_access_heap_objects" is kind of bogus. It really 451 switch (code_obj->kind()) { 972 Code::cast(abstract_code)->kind() != Code::OPTIMIZED_FUNCTION || 992 if (code->kind() == Code::FUNCTION) PrintF(" UNOPT "); 993 if (code->kind() == Code::OPTIMIZED_FUNCTION) { [all...] |
/external/v8/src/runtime/ |
runtime-compiler.cc | 129 DCHECK(optimized_code->kind() == Code::OPTIMIZED_FUNCTION); 245 result->kind() == Code::OPTIMIZED_FUNCTION) {
|
/external/v8/test/cctest/ |
test-transitions.cc | 25 PropertyKind kind, 28 int kind_location_value = PropertyDetails::KindField::encode(kind) |
|
/external/v8/test/mjsunit/ |
array-literal-feedback.js | 81 // crankshafted code should de-opt on the unexpected elements kind
|
/external/v8/test/mjsunit/regress/ |
regress-fast-literal-transition.js | 30 // Test that the elements kind of the boilerplate object is sufficiently
|
/external/v8/tools/gyp/pylib/gyp/generator/ |
eclipse.py | 345 def AddElements(kind, paths): 357 entry_element.set('kind', kind)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
c-tree.h | 144 /* A kind of type specifier. Note that this information is currently 154 kind of tag, in which case this is only valid if shadowing that 164 /* An ObjC-specific kind of type specifier. */ 173 /* What kind of type specifier this is. */ 174 enum c_typespec_kind kind; member in struct:c_typespec 282 /* The kind of type specifier if one has been seen, ctsk_none 385 /* The kind of declarator. */ 386 enum c_declarator_kind kind; member in struct:c_declarator
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_scope.py | 550 kind, des = getter 551 if kind == 1: # AV happens when stepping from this line to next
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_scope.py | 550 kind, des = getter 551 if kind == 1: # AV happens when stepping from this line to next
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_scope.py | 550 kind, des = getter 551 if kind == 1: # AV happens when stepping from this line to next
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_scope.py | 550 kind, des = getter 551 if kind == 1: # AV happens when stepping from this line to next
|
/system/vold/ |
KeyStorage.cpp | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 74 static bool checkSize(const std::string& kind, size_t actual, size_t expected) { 76 LOG(ERROR) << "Wrong number of bytes in " << kind << ", expected " << expected << " got "
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
aarch64.h | 755 enum aarch64_modifier_kind kind; 806 /* Operand error kind enumerators. 868 enum aarch64_operand_error_kind kind; 752 enum aarch64_modifier_kind kind; member in struct:aarch64_opnd_info::__anon75642 864 enum aarch64_operand_error_kind kind; member in struct:aarch64_operand_error
|
/external/v8/src/debug/ |
debug.cc | 403 DCHECK(code->kind() == Code::FUNCTION); 429 DCHECK(code->kind() == Code::FUNCTION); 446 DCHECK(code->kind() == Code::FUNCTION); [all...] |
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/ |
SetterStore.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 276 TypeKind kind = typeMirror.getKind(); local 277 if (kind == TypeKind.TYPEVAR) { 279 } else if (kind == TypeKind.ARRAY) { 281 } else if (kind == TypeKind.DECLARED) { 346 final TypeKind kind = type.getKind(); local 347 if (kind == TypeKind.ARRAY) { 349 } else if (kind == TypeKind.DECLARED && isIncompleteType(type)) { 358 final TypeKind kind = type.getKind(); local 359 if (kind == TypeKind.TYPEVAR || kind == TypeKind.WILDCARD) [all...] |
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
pipeline.py | 13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 189 slot_key = db.Key.from_path(_SlotRecord.kind(), uuid.uuid4().hex) 477 _PipelineRecord.kind(), uuid.uuid4().hex) 572 pipeline_key = db.Key.from_path(_PipelineRecord.kind(), pipeline_id) 659 pipeline_key = db.Key.from_path(_PipelineRecord.kind(), idempotence_key) 685 pipeline_key = db.Key.from_path(_PipelineRecord.kind(), idempotence_key) 792 status_key = db.Key.from_path(_StatusRecord.kind(), self.pipeline_id) 794 _PipelineRecord.kind(), self.root_pipeline_id) [all...] |
/external/clang/lib/AST/ |
Decl.cpp | 92 // is computed using the kind of that entity, not the kind of the 135 /// Does this computation kind permit us to consider additional 156 LVComputationKind kind) { 157 assert(!hasExplicitVisibilityAlready(kind) && 159 return D->getExplicitVisibility((NamedDecl::ExplicitVisibilityKind) kind); 201 llvm_unreachable("bad visibility kind"); 206 NamedDecl::ExplicitVisibilityKind kind) { 209 if (kind == NamedDecl::VisibilityForType) { 352 llvm_unreachable("bad template argument kind"); [all...] |
/external/testng/ant/3rdparty/ |
cobertura.jar | |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_v4l2.cpp | [all...] |
/prebuilts/tools/linux-x86_64/kythe/extractors/ |
javac_extractor.jar | |
/prebuilts/tools/linux-x86_64/kythe/indexers/ |
java_indexer.jar | |
/external/valgrind/helgrind/ |
hg_main.c | 198 static Lock* mk_LockN ( LockKind kind, Addr guestaddr ) { 214 lock->kind = kind; 272 switch (lk->kind) { 307 tl_assert(lk->kind == LK_rdwr); 501 space(d+3); VG_(printf)("kind %s\n", show_LockKind(lk->kind)); 747 address. If not, create one of the stated 'kind' in unheld state. [all...] |
/hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_v4l2.cpp | [all...] |
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
MapList.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 215 public void incrementIndex(IndexUpdateKind kind, int insertedIdx) {
|
/bionic/libc/kernel/uapi/linux/ |
pkt_cls.h | 392 __u16 kind; member in struct:tcf_ematch_hdr
|