HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 901 - 925 of 1922) sorted by null

<<31323334353637383940>>

  /external/tensorflow/tensorflow/contrib/ffmpeg/default/
ffmpeg_lib_test.cc 68 ASSERT_EQ(status.code(), error::Code::NOT_FOUND);
  /external/tensorflow/tensorflow/python/framework/
errors_test.py 75 for error_code in error_codes_pb2.Code.values():
97 self.assertTrue("Unknown error code: 37" in str(w[0].message))
  /external/v8/src/builtins/
builtins-conversion.cc 2 // Use of this source code is governed by a BSD-style license that can be
7 #include "src/code-factory.h"
8 #include "src/code-stub-assembler.h"
14 Handle<Code> Builtins::NonPrimitiveToPrimitive(ToPrimitiveHint hint) {
24 return Handle<Code>::null();
215 Handle<Code> Builtins::OrdinaryToPrimitive(OrdinaryToPrimitiveHint hint) {
223 return Handle<Code>::null();
  /external/v8/src/crankshaft/
lithium.cc 2 // Use of this source code is governed by a BSD-style license that can be
402 void LChunk::CommitDependencies(Handle<Code> code) const {
403 if (!code->is_optimized_code()) return;
409 Map::AddDependentCode(map, DependentCode::kTransitionGroup, code);
415 Map::AddDependentCode(map, DependentCode::kPrototypeCheckGroup, code);
418 info_->dependencies()->Commit(code);
449 Handle<Code> LChunk::Codegen() {
452 // Code serializer only takes unoptimized code
461 Handle<Code> code = CodeGenerator::MakeCodeEpilogue( local
    [all...]
  /external/v8/src/debug/arm/
debug-arm.cc 2 // Use of this source code is governed by a BSD-style license that can be
31 // the constant pool in the debug break slot code.
45 Handle<Code> code) {
46 DCHECK(code->is_debug_stub());
48 // Patch the code changing the debug break slot code from
53 // to a call to the debug break slot code.
56 // <debug break slot code entry point address>
62 patcher.Emit(code->entry())
    [all...]
  /external/v8/src/debug/arm64/
debug-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
32 // the constant pool in the debug break slot code.
47 Handle<Code> code) {
48 DCHECK(code->is_debug_stub());
51 // Patch the code emitted by DebugCodegen::GenerateSlots, changing the debug
52 // break slot code from
58 // to a call to the debug slot code.
62 // <debug break slot code entry point address (64 bits)>
67 // loading the address of the debug break slot code
    [all...]
  /external/v8/src/debug/ia32/
debug-ia32.cc 2 // Use of this source code is governed by a BSD-style license that can be
42 Handle<Code> code) {
43 DCHECK(code->is_debug_stub());
47 // Add a label for checking the size of the code used for returning.
50 patcher.masm()->call(code->entry(), RelocInfo::NONE32);
51 // Check that the size of the code generated is as expected.
  /external/v8/src/debug/mips/
debug-mips.cc 2 // Use of this source code is governed by a BSD-style license that can be
31 // the trampoline pool in the debug break slot code.
45 Handle<Code> code) {
46 DCHECK(code->is_debug_stub());
48 // Patch the code changing the debug break slot code from:
53 // to a call to the debug break slot code.
57 Operand(reinterpret_cast<int32_t>(code->entry())));
  /external/v8/src/debug/mips64/
debug-mips64.cc 2 // Use of this source code is governed by a BSD-style license that can be
30 // the trampoline pool in the debug break slot code.
44 Handle<Code> code) {
45 DCHECK(code->is_debug_stub());
47 // Patch the code changing the debug break slot code from:
54 // to a call to the debug break slot code.
58 Operand(reinterpret_cast<int64_t>(code->entry())),
  /external/v8/src/debug/ppc/
debug-ppc.cc 2 // Use of this source code is governed by a BSD-style license that can be
31 // the trampoline pool in the debug break slot code.
45 Handle<Code> code) {
46 DCHECK(code->is_debug_stub());
48 // Patch the code changing the debug break slot code from
56 // to a call to the debug break code, using a FIXED_SEQUENCE.
64 Operand(reinterpret_cast<intptr_t>(code->entry())));
  /external/v8/src/debug/s390/
debug-s390.cc 2 // Use of this source code is governed by a BSD-style license that can be
49 Handle<Code> code) {
50 DCHECK(code->is_debug_stub());
52 // Patch the code changing the debug break slot code from
59 // to a call to the debug break code, using a FIXED_SEQUENCE.
70 Operand(reinterpret_cast<intptr_t>(code->entry())));
  /external/v8/src/
feedback-vector.h 2 // Use of this source code is governed by a BSD-style license that can be
369 // code that looks into the contents of a slot assuming to find a String,
452 // TODO(mvstanton): remove FindAllMaps, it didn't survive a code review.
522 return MaybeHandle<Code>();
573 return MaybeHandle<Code>();
691 return MaybeHandle<Code>();
718 return MaybeHandle<Code>();
string-stream.h 2 // Use of this source code is governed by a BSD-style license that can be
148 // NOTE: Returns the code in the output parameter.
149 void PrintFunction(Object* function, Object* receiver, Code** code);
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 2 // Use of this source code is governed by a BSD-style license that can be
181 __ Jump(handle(Code::cast(api_call_info->fast_handler())),
246 // If we generate a global code snippet for deoptimization only, remember
292 // If we generate a global code snippet for deoptimization only, remember
427 DCHECK(kind() == Code::LOAD_IC);
452 // Compile the interceptor call, followed by inline code to load the
459 // The ACCESSOR case needs the receiver to be passed into C++ code, the FIELD
541 Handle<Code> NamedStoreHandlerCompiler::CompileStoreCallback(
565 // Return the generated code.
575 Handle<Code> NamedLoadHandlerCompiler::CompileLoadGlobal
    [all...]
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.h 2 // Use of this source code is governed by a BSD-style license that can be
91 // If the code object is relocated, the return address is fixed before
94 Code* re_code,
115 // Register parameters stored by setup code.
127 // Initial size of code buffer.
167 // Register holding pointer to the current code object.
177 // Call and return internally in the generated code in a way that
178 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
195 // Which mode to generate code for (Latin1 or UC16).
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.h 2 // Use of this source code is governed by a BSD-style license that can be
89 // If the code object is relocated, the return address is fixed before
92 Code* re_code,
125 // Initial size of code buffer.
158 // Call and return internally in the generated code in a way that
159 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
180 // Which mode to generate code for (LATIN1 or UC16).
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.h 2 // Use of this source code is governed by a BSD-style license that can be
91 // If the code object is relocated, the return address is fixed before
94 Code* re_code,
117 // Register parameters stored by setup code.
129 // Initial size of code buffer.
167 // Register holding pointer to the current code object.
180 // Call and return internally in the generated code in a way that
181 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
201 // Which mode to generate code for (Latin1 or UC16).
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.h 2 // Use of this source code is governed by a BSD-style license that can be
91 // If the code object is relocated, the return address is fixed before
93 static int64_t CheckStackGuardState(Address* return_address, Code* re_code,
117 // Register parameters stored by setup code.
133 // Initial size of code buffer.
171 // Register holding pointer to the current code object.
184 // Call and return internally in the generated code in a way that
185 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
205 // Which mode to generate code for (Latin1 or UC16).
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.h 2 // Use of this source code is governed by a BSD-style license that can be
83 // If the code object is relocated, the return address is fixed before
85 static int CheckStackGuardState(Address* return_address, Code* re_code,
104 // Register parameters stored by setup code.
120 // Initial size of code buffer.
158 // Register holding pointer to the current code object.
168 // Call and return internally in the generated code in a way that
169 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
186 // Which mode to generate code for (Latin1 or UC16).
207 // Set of non-volatile registers saved/restored by generated regexp code
    [all...]
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.h 2 // Use of this source code is governed by a BSD-style license that can be
82 // If the code object is relocated, the return address is fixed before
84 static int CheckStackGuardState(Address* return_address, Code* re_code,
104 // Register parameters stored by setup code.
120 // Initial size of code buffer.
158 // Register holding pointer to the current code object.
168 // Call and return internally in the generated code in a way that
169 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
186 // Which mode to generate code for (Latin1 or UC16).
207 // Set of non-volatile registers saved/restored by generated regexp code
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.h 2 // Use of this source code is governed by a BSD-style license that can be
89 // If the code object is relocated, the return address is fixed before
92 Code* re_code,
125 // Initial size of code buffer.
158 // Call and return internally in the generated code in a way that
159 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
180 // Which mode to generate code for (LATIN1 or UC16).
  /prebuilts/go/darwin-x86/src/net/textproto/
textproto.go 2 // Use of this source code is governed by a BSD-style
16 // Reader, to read numeric response code lines,
37 Code int
42 return fmt.Sprintf("%03d %s", e.Code, e.Msg)
  /prebuilts/go/darwin-x86/src/syscall/
bpf_bsd.go 2 // Use of this source code is governed by a BSD-style
16 func BpfStmt(code, k int) *BpfInsn {
17 return &BpfInsn{Code: uint16(code), K: uint32(k)}
21 func BpfJump(code, k, jt, jf int) *BpfInsn {
22 return &BpfInsn{Code: uint16(code), Jt: uint8(jt), Jf: uint8(jf), K: uint32(k)}
  /prebuilts/go/linux-x86/src/net/textproto/
textproto.go 2 // Use of this source code is governed by a BSD-style
16 // Reader, to read numeric response code lines,
37 Code int
42 return fmt.Sprintf("%03d %s", e.Code, e.Msg)
  /prebuilts/go/linux-x86/src/syscall/
bpf_bsd.go 2 // Use of this source code is governed by a BSD-style
16 func BpfStmt(code, k int) *BpfInsn {
17 return &BpfInsn{Code: uint16(code), K: uint32(k)}
21 func BpfJump(code, k, jt, jf int) *BpfInsn {
22 return &BpfInsn{Code: uint16(code), Jt: uint8(jt), Jf: uint8(jf), K: uint32(k)}

Completed in 1079 milliseconds

<<31323334353637383940>>