Lines Matching defs:code

2 // Use of this source code is governed by a BSD-style license that can be
19 #include "src/codegen/code-factory.h"
24 #include "src/compiler/backend/code-generator.h"
51 #include "src/wasm/code-space-access.h"
58 #include "src/wasm/wasm-code-manager.h"
702 // that the generated code is Isolate independent.
750 // representing the stack check code.
1475 // We use TrapId::kInvalid as a marker to tell the code generator
1477 // stub. This code should only be called from a cctest.
3007 // Make room for the instance_node parameter at index 1, just after code.
3008 inputs[0] = args[0]; // code
3130 Address code = static_cast<Address>(index);
3131 args[0] = mcgraph()->RelocatableIntPtrConstant(code, RelocInfo::WASM_CALL);
3315 // Compute the call target from the (on-heap) wrapper code. The cached
3389 // Just encode the function index. This will be patched during code
3391 Address code = static_cast<Address>(index);
3392 args[0] = mcgraph()->RelocatableIntPtrConstant(code, RelocInfo::WASM_CALL);
3648 // Only call this function for code which is not reused across instantiations,
3658 // The CEntryStub is loaded from the IsolateRoot so that generated code is
3803 // Insert code to bounds check a memory access if necessary. Return the
6202 // A non-null {isolate} signifies that the generated code is treated as being in
6947 // function (passed as a parameter), such that the generated code is
7579 // Call the wasm code.
7990 // generate either inlined machine code or a call to a helper.
8027 // Run the compiler pipeline to generate machine code.
8033 // The code does not call to JS, but conceptually it is an import wrapper,
8094 // Schedule and compile to machine code.
8122 // TODO(jkummerow): Extract common code into helper method.
8138 // Run the compiler pipeline to generate machine code.
8171 // TODO(jkummerow): Extract common code into helper method.
8192 // Run the compiler pipeline to generate machine code.
8264 Handle<Code> code = job->compilation_info()->code();
8265 return code;
8312 Handle<Code> code = job->compilation_info()->code();
8314 return code;
8336 // Schedule and compile to machine code.
8367 return ToCodeT(job->compilation_info()->code(), isolate);
8486 // Run the compiler pipeline to generate machine code.
8600 kJSFunctionRegister.code(), MachineType::TaggedPointer()));
8621 // General code uses the above configuration data.
8638 // The target for wasm calls is always a code object.
8736 LinkageLocation::ForRegister(kJSFunctionRegister.code(),