| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | register-mips.h | 101 explicit constexpr Register(int code) : RegisterBase(code) {} in Register() argument 149 FPURegister(int code) FPURegister() argument 162 MSARegister(int code) MSARegister() argument 219 int code() const { code() function 244 int code() const { code() function [all...] |
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | register-riscv64.h | 159 explicit constexpr Register(int code) : RegisterBase(code) {} in Register() argument 197 explicit constexpr VRegister(int code) argument 228 FPURegister(int code) FPURegister() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | assembler-ppc-inl.h | 421 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument [all...] |
| H A D | register-ppc.h | 117 explicit constexpr Register(int code) : RegisterBase(code) {} in Register() argument 167 explicit constexpr DoubleRegister(int code) : RegisterBase(code) {} in DoubleRegister() argument 211 explicit constexpr Simd128Register(int code) : RegisterBase(code) {} in Simd128Register() argument 250 explicit constexpr CRegister(int code) : RegisterBase(code) {} in CRegister() argument
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | assembler-arm-inl.h | 217 deserialization_set_special_target_at( Address constant_pool_entry, Code code, Address target) deserialization_set_special_target_at() argument
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | handler-table.cc | 22 HandlerTable::HandlerTable(Code code) in HandlerTable() argument 27 HandlerTable::HandlerTable(const wasm::WasmCode* code) in HandlerTable() argument
|
| H A D | reloc-info.cc | 264 RelocIterator::RelocIterator(Code code, int mode_mask) in RelocIterator() argument 267 RelocIterator::RelocIterator(Code code, ByteArray relocation_info, in RelocIterator() argument 279 RelocIterator(EmbeddedData* embedded_data, Code code, int mode_mask) RelocIterator() argument 389 RequiresRelocation(Code code) RequiresRelocation() argument 468 Code code = Code::GetCodeFromTargetAddress(code_target); Print() local 506 Code code = Code::GetCodeFromTargetAddress(addr); Verify() local 516 Code code = Code::cast(isolate->FindCodeObject(pc)); Verify() local [all...] |
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | register-loong64.h | 88 explicit constexpr Register(int code) : RegisterBase(code) {} in Register() argument 128 explicit constexpr FPURegister(int code) : RegisterBase(code) {} in FPURegister() argument 162 int code() const { code() function [all...] |
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64-inl.h | 255 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/diagnostics/ |
| H A D | disassembler.cc | 49 const CodeReference& code() const { return code_; } in code() function in v8::internal::V8NameConverter 260 Code code = isolate->heap()->GcSafeFindCodeForInnerPointer( PrintRelocInfo() local 291 DecodeIt(Isolate* isolate, ExternalReferenceEncoder* ref_encoder, std::ostream& os, CodeReference code, const V8NameConverter& converter, byte* begin, byte* end, Address current_pc) DecodeIt() argument 462 Decode(Isolate* isolate, std::ostream& os, byte* begin, byte* end, CodeReference code, Address current_pc) Decode() argument [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | execution.cc | 399 Handle<CodeT> code = in Invoke() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | local-heap.h | 107 void RegisterCodeObject(Handle<Code> code) { in RegisterCodeObject() argument
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter.cc | 348 Handle<CodeT> code = BUILTIN_CODE(isolate_, InterpreterEntryTrampoline); in Initialize() local 379 const char* Interpreter::LookupNameOfBytecodeHandler(const Code code) { in LookupNameOfBytecodeHandler() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | feedback-vector-inl.h | 131 CodeT code; in optimized_code() local
|
| H A D | js-regexp.cc | 160 Object JSRegExp::code(bool is_latin1) const { in code() function in v8::internal::JSRegExp 167 void JSRegExp::set_code(bool is_latin1, Handle<Code> code) { in set_code() argument
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | profiler-listener.cc | 43 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, const char* name) CodeCreateEvent() argument 58 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<Name> name) CodeCreateEvent() argument 73 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> script_name) CodeCreateEvent() argument 164 Handle<Code> code = handle(abstract_code->GetCode(), isolate_); CodeCreateEvent() local 233 CodeCreateEvent(LogEventsAndTags tag, const wasm::WasmCode* code, wasm::WasmName name, const char* source_url, int code_offset, int script_id) CodeCreateEvent() argument 283 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument 313 CodeDisableOptEvent(Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared) CodeDisableOptEvent() argument 323 CodeDeoptEvent(Handle<Code> code, DeoptimizeKind kind, Address pc, int fp_to_sp_delta) CodeDeoptEvent() argument 377 AttachDeoptInlinedFrames(Handle<Code> code, CodeDeoptEventRecord* rec) AttachDeoptInlinedFrames() argument [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-test-wasm.cc | 166 wasm::WasmCode* code = frame->wasm_code(); in RUNTIME_FUNCTION() local 271 CodeT code = function.code(); in RUNTIME_FUNCTION() local 466 wasm::WasmCode* code = native_module->GetCode(func_index); in RUNTIME_FUNCTION() local 481 wasm::WasmCode* code = native_module->GetCode(func_index); RUNTIME_FUNCTION() local [all...] |
| /third_party/node/deps/v8/src/snapshot/embedded/ |
| H A D | embedded-data.cc | 186 bool BuiltinAliasesOffHeapTrampolineRegister(Isolate* isolate, Code code) { in BuiltinAliasesOffHeapTrampolineRegister() argument 118 CreateOffHeapOffHeapInstructionStream( Isolate* isolate, uint8_t** code, uint32_t* code_size, uint8_t** data, uint32_t* data_size) CreateOffHeapOffHeapInstructionStream() argument 175 FreeOffHeapOffHeapInstructionStream( uint8_t* code, uint32_t code_size, uint8_t* data, uint32_t data_size) FreeOffHeapOffHeapInstructionStream() argument 226 Code code = FromCodeT(isolate->builtins()->code(builtin)); FinalizeEmbeddedCodeTargets() local 280 Code code = FromCodeT(builtins->code(builtin)); FromIsolate() local 362 Code code = FromCodeT(builtins->code(builtin)); FromIsolate() local 377 Code code = FromCodeT(builtins->code(builtin)); FromIsolate() local [all...] |
| /third_party/node/deps/v8/src/strings/ |
| H A D | string-stream.cc | 409 void StringStream::PrintFunction(JSFunction fun, Object receiver, Code* code) { in PrintFunction() argument
|
| H A D | uri.cc | 97 base::uc16 code = uri_content->Get(k); in IntoTwoByte() local 147 base::uc16 code = uri_content.Get(k); in IntoOneAndTwoByte() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | disasm.c | 181 print_const0(void *code, unsigned offset, FILE *fp) in print_const0() argument 189 print_const1(void *code, unsigned offset, FILE *fp) in print_const1() argument 197 print_varying(void *code, unsigned offset, FILE *fp) in print_varying() argument 278 print_sampler(void *code, unsigned offset, FILE *fp) in print_sampler() argument 314 print_uniform(void *code, unsigned offset, FILE *fp) in print_uniform() argument 379 print_vec4_mul(void *code, unsigned offset, FILE *fp) print_vec4_mul() argument 446 print_vec4_acc(void *code, unsigned offset, FILE *fp) print_vec4_acc() argument 507 print_float_mul(void *code, unsigned offset, FILE *fp) print_float_mul() argument 567 print_float_acc(void *code, unsigned offset, FILE *fp) print_float_acc() argument 618 print_combine(void *code, unsigned offset, FILE *fp) print_combine() argument 669 print_temp_write(void *code, unsigned offset, FILE *fp) print_temp_write() argument 715 print_branch(void *code, unsigned offset, FILE *fp) print_branch() argument 790 char code[12]; ppir_disassemble_instr() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir.h | 47 struct etna_inst code[ETNA_MAX_INSTRUCTIONS * ETNA_INST_SIZE]; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 967 const uint32_t *code; nvc0_program_library_upload() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ts/ |
| H A D | ts_rsp_verify.c | 62 int code; member
|
| /third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
| H A D | decoder_meth.c | 436 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_decoder_fetch() local
|