| /third_party/lzma/C/ |
| H A D | Bcj2.h | 105 UInt32 code;
member
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | jump-threading.cc | 60 ComputeForwarding(Zone* local_zone, ZoneVector<RpoNumber>* result, InstructionSequence* code, bool frame_at_start) ComputeForwarding() argument 184 ApplyForwarding(Zone* local_zone, ZoneVector<RpoNumber> const& result, InstructionSequence* code) ApplyForwarding() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | code-factory.cc | 284 Handle<CodeT> code = CodeFactory::CEntry( in InterpreterCEntry() local
|
| H A D | optimized-compilation-info.cc | 174 void OptimizedCompilationInfo::SetCode(Handle<Code> code) { in SetCode() argument
|
| H A D | safepoint-table.cc | 23 SafepointTable::SafepointTable(Isolate* isolate, Address pc, Code code) in SafepointTable() argument 28 SafepointTable::SafepointTable(const wasm::WasmCode* code) in SafepointTable() argument
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | register-s390.h | 102 explicit constexpr Register(int code) : RegisterBase(code) {} in Register() argument 152 explicit constexpr DoubleRegister(int code) : RegisterBase(code) {} in DoubleRegister() argument 185 explicit constexpr CRegister(int code) : RegisterBase(code) {} in CRegister() argument
|
| H A D | assembler-s390-inl.h | 292 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | assembler-mips64-inl.h | 99 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | register-ia32.h | 65 explicit constexpr Register(int code) : RegisterBase(code) {} in Register() argument 96 explicit constexpr XMMRegister(int code) : RegisterBase(code) {} in XMMRegister() argument
|
| H A D | assembler-ia32-inl.h | 188 void Assembler::emit(Handle<Code> code, RelocInfo::Mode rmode) { in emit() argument 243 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument [all...] |
| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | assembler-mips-inl.h | 109 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-string.cc | 71 base::uc32 code = 0; in BUILTIN() local [all...] |
| H A D | setup-builtins-internal.cc | 77 Handle<Code> code = Factory::CodeBuilder(isolate, desc, CodeKind::BUILTIN) in BuildPlaceholder() local 117 Handle<Code> code = Factory::CodeBuilder(isolate, desc, CodeKind::BUILTIN) in BuildWithMacroAssembler() local 142 Handle<Code> code = Factory::CodeBuilder(isolate, desc, CodeKind::BUILTIN) in BuildAdaptor() local 162 Handle<Code> code = compiler::CodeAssembler::GenerateCode( BuildWithCodeStubAssemblerJS() local 186 Handle<Code> code = compiler::CodeAssembler::GenerateCode( BuildWithCodeStubAssemblerCS() local 195 AddBuiltin(Builtins* builtins, Builtin builtin, Code code) AddBuiltin() argument 229 Code code = FromCodeT(builtins->code(builtin)); ReplacePlaceholders() local 268 Handle<Code> code = interpreter::GenerateBytecodeHandler( GenerateBytecodeHandler() local 287 Code code; SetupBuiltinsInternal() local [all...] |
| H A D | builtins-async-gen.cc | 183 TNode<CodeT> code = LoadBuiltin(builtin_id); in InitializeNativeClosure() local
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | assembler-loong64-inl.h | 71 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument
|
| /third_party/node/deps/v8/src/baseline/ |
| H A D | baseline-batch-compiler.cc | 53 Handle<Code> code; in Compile() local 61 Handle<Code> code; in Install() local [all...] |
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | assembler-riscv64-inl.h | 131 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | remembered-set.h | 308 Code code = Code::GetObjectFromEntryAddress(entry_address); in UpdateCodeEntry() local
|
| /third_party/node/deps/v8/src/ic/ |
| H A D | handler-configuration.cc | 208 Handle<Object> code = in StoreElementTransition() local 554 Code code = Code::cast(store_handler.smi_handler()); in PrintHandler() local
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-debugger.h | 242 size_t code = 0; in operator ()() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-function-inl.h | 76 void JSFunction::set_code(Code code, ReleaseStoreTag, WriteBarrierMode mode) { in set_code() argument [all...] |
| H A D | osr-optimized-code-cache.cc | 22 Insert(Isolate* isolate, Handle<NativeContext> native_context, Handle<SharedFunctionInfo> shared, Handle<CodeT> code, BytecodeOffset osr_offset) Insert() argument 133 CodeT code = CodeT::cast(heap_object); EvictDeoptimizedCode() local 251 InitializeEntry(int entry, SharedFunctionInfo shared, CodeT code, BytecodeOffset osr_offset) InitializeEntry() argument [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp.h | 36 Handle<Object> code; member
|
| /third_party/node/deps/v8/src/snapshot/embedded/ |
| H A D | embedded-data.h | 76 const uint8_t* code() const { return code_; } in code() function in v8::internal::final 269 EmbeddedData(const uint8_t* code, uint32_t code_size, const uint8_t* data, uint32_t data_size) EmbeddedData() argument [all...] |
| H A D | embedded-file-writer.cc | 296 Code code = FromCodeT(builtins->code(builti in PrepareBuiltinSourcePositionMap() local [all...] |