Searched defs:CmpInstanceTypeRange (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/codegen/ia32/ |
| D | macro-assembler-ia32.cc | 725 void MacroAssembler::CmpInstanceTypeRange(Register map, in CallRecordWriteStub() function in v8::internal::MacroAssembler
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| D | macro-assembler-x64.cc | 2326 void MacroAssembler::CmpInstanceTypeRange(Register map, in CallRecordWriteStub() function in v8::internal::MacroAssembler
|
| /third_party/node/deps/v8/src/builtins/ia32/ |
| D | builtins-ia32.cc | 2599 __ CmpInstanceTypeRange(map, instance_type, map, in Generate_Call() local 2752 __ CmpInstanceTypeRange(map, map, map, FIRST_JS_FUNCTION_TYPE, in Generate_Construct() local
|
| /third_party/node/deps/v8/src/builtins/x64/ |
| D | builtins-x64.cc | 2541 __ CmpInstanceTypeRange(map, instance_type, FIRST_CALLABLE_JS_FUNCTION_TYPE, in Generate_Call() local 2683 __ CmpInstanceTypeRange(map, instance_type, FIRST_JS_FUNCTION_TYPE, in Generate_Construct() local
|