Searched defs:is_construct (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dbuiltins-arm.cc725 bool is_construct) {
781 if (is_construct) {
724 Generate_JSEntryTrampolineHelper(MacroAssembler* masm, bool is_construct) argument
/external/chromium_org/v8/src/
H A Dexecution.cc38 bool is_construct,
63 Handle<Code> code = is_construct
37 Invoke( bool is_construct, Handle<JSFunction> function, Handle<Object> receiver, int argc, Handle<Object> args[]) argument
/external/chromium_org/v8/src/mips/
H A Dbuiltins-mips.cc745 bool is_construct) {
800 if (is_construct) {
744 Generate_JSEntryTrampolineHelper(MacroAssembler* masm, bool is_construct) argument
/external/chromium_org/v8/src/mips64/
H A Dbuiltins-mips64.cc757 bool is_construct) {
816 if (is_construct) {
756 Generate_JSEntryTrampolineHelper(MacroAssembler* masm, bool is_construct) argument
/external/chromium_org/v8/src/x64/
H A Dbuiltins-x64.cc485 bool is_construct) {
581 if (is_construct) {
484 Generate_JSEntryTrampolineHelper(MacroAssembler* masm, bool is_construct) argument
/external/chromium_org/v8/src/arm64/
H A Dbuiltins-arm64.cc697 bool is_construct) {
754 if (is_construct) {
696 Generate_JSEntryTrampolineHelper(MacroAssembler* masm, bool is_construct) argument
/external/chromium_org/v8/src/ia32/
H A Dbuiltins-ia32.cc483 bool is_construct) {
524 if (is_construct) {
482 Generate_JSEntryTrampolineHelper(MacroAssembler* masm, bool is_construct) argument
/external/chromium_org/v8/src/x87/
H A Dbuiltins-x87.cc483 bool is_construct) {
524 if (is_construct) {
482 Generate_JSEntryTrampolineHelper(MacroAssembler* masm, bool is_construct) argument

Completed in 168 milliseconds